Html Css Color HEX #66E010 Bright Green

📋 copy color: '#66E010'

red 102 ◦ green 224 ◦ blue 16

#66E010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #66E010

Tints of Bright Green #66E010

RGB

 RED value IS 102 (40.23% from 255) = 29.82%

 GREEN value IS 224 (87.89% from 255) = 65.5%

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 29.82%
G = 65.5%
B = 4.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66E010 (or 0x66E010) is known color: Bright Green. HEX triplet: 66, E0 and 10. RGB value is (102,224,16). Sum of RGB (Red+Green+Blue) = 102+224+16=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #66E010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E010 is #991FEF. Grayscale: #A4A4A4. Windows color (decimal): -10035184 or 1106022. OLE color: 1106022.

HSL color Cylindrical-coordinate representation of color #66E010: hue angle of 95.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66E010 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 224 16 -
CMYK 0.54 0 0.93 0.12
HSL 95.19º 0.87% 0.47% -
HSV(B) 95.19º 0.93% 0.88% -
XYZ 32.23 56.17 9.63 -
YUV 163.81 44.58 83.91 -
System Red Green Blue C M Y K H S L
Decimal 102 224 16 0.54 0 0.93 0.12 95.19 0.87 0.47
Hex 66 E0 10 36 0 5D C 5F 57 2F
Octal 146 340 20 66 0 135 14 137 127 57
Binary 1100110 11100000 10000 110110 0 1011101 1100 1011111 1010111 101111

Color Harmonies of #66E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E010

Black with #66E010

Text Example


Text Example

White with #66E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66E010; }

 p { color: rgb(102,224,16); }

 H1.HeaderClassName
 {
   color: #66E010;
 }
 .AnyTagClassName
 {
   color: #66E010;
 }
</style>

background-color css

<style>
 a { background-color: #66E010; }

 a { background-color: rgb(102,224,16); }

 div.DivClassName
 {
   background-color: #66E010;
 }
 .BgClassName
 {
   background-color: #66E010;
 }
</style>

border-color css

<style>
 span { border-color: #66E010; }

 span { border-color: rgb(102,224,16); }

 td.TdClassName
 {
   border-color: #66E010;
 }
 .TagClassName
 {
   border-color: #66E010;
 }
</style>