color codes Logo

#06e74d color codes

#06E74D
(6,231,77)
0 Favorites   0 Comments

Color spaces of #06e74d

RGB 623177
HSL0.390.950.46
HSV139°97°91°
CMYK 0.970.000.67   0.09
XYZ29.990657.726416.5828
Yxy57.72640.28750.5535
Hunter Lab75.9779-62.502440.2440
CIE-Lab80.5864-75.924059.7223

#06e74d color RGB value is (6,231,77).

#06e74d hex color red value is 6, green value is 231 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #06e74d hue: 0.39 , saturation: 0.95 and the lightness value of 06e74d is 0.46.

The process color (four color CMYK) of #06e74d color code is 0.97, 0.00, 0.67, 0.09. Web safe color of #06e74d is #00ff66. Color #06e74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11100111 01001101
Octal 6 347 115
Decimal 6 231 77
Hex 6 E7 4D

RGB Percentages of Color #06e74d

%1.91
%73.57
%24.52

CMYK Percentages of Color #06e74d

%97
%0
%67
%9

Triadic Colors of #06e74d

#06e74d #4d06e7 #e74d06

Analogous Colors of #06e74d

#06e74d #06e7be #2fe706

Monochromatic Colors of #06e74d

#06e74d

Complementary Color

#06e74d #e706a0

#06e74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06e74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06e74d Color CSS Codes

.mybgcolor {background-color:#06e74d; } 
.myforecolor {color:#06e74d; }
.mybordercolor {border:3px solid #06e74d; }

#06e74d Text Font Color

<p style="color:#06e74d">Text here</p>

This sample text font color is #06e74d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#06e74d Background Color

<div style="background-color:#06e74d">
Div content here</div>

This div background color is #06e74d


#06e74d Border Color

<div style="border:3px solid #06e74d">
Div here</div>

This div border color is #06e74d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,231,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06e74d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06e74d;
  -webkit-box-shadow: 1px 1px 3px 2px #06e74d;
  box-shadow:         1px 1px 3px 2px #06e74d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,231,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #06e74d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #06e74d;
  -webkit-box-shadow: 1px 1px 3px 2px #06e74d;
  box-shadow:         1px 1px 3px 2px #06e74d;">
Div content here</div>

This div box has shadow with color #06e74d


Comments

No comments written yet.

Please login to write comment.