Shades of Bright Green #66EC08
Tints of Bright Green #66EC08
RGB
CMYK
RGB Variations
Color information
#66EC08 (or 0x66EC08) is known color: Bright Green. HEX triplet: 66, EC and 08. RGB value is (102,236,8). Sum of RGB (Red+Green+Blue) = 102+236+8=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EC08 is #9913F7. Grayscale: #AAAAAA. Windows color (decimal): -10032120 or 584806. OLE color: 584806.
HSL color Cylindrical-coordinate representation of color #66EC08: hue angle of 95.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66EC08 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 8 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.07 |
| HSL | 95.26º | 0.93% | 0.48% | - |
| HSV(B) | 95.26º | 0.97% | 0.93% | - |
| XYZ | 35.52 | 62.83 | 10.49 | - |
| YUV | 169.94 | 36.61 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 8 | 0.57 | 0 | 0.97 | 0.07 | 95.26 | 0.93 | 0.48 |
| Hex | 66 | EC | 8 | 39 | 0 | 61 | 7 | 5F | 5D | 30 |
| Octal | 146 | 354 | 10 | 71 | 0 | 141 | 7 | 137 | 135 | 60 |
| Binary | 1100110 | 11101100 | 1000 | 111001 | 0 | 1100001 | 111 | 1011111 | 1011101 | 110000 |
Color Harmonies of #66EC08
Complementary color
Monochromatic Colors of #66EC08
Black with #66EC08
Text Example
Text Example
White with #66EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EC08; }
p { color: rgb(102,236,8); }
H1.HeaderClassName
{
color: #66EC08;
}
.AnyTagClassName
{
color: #66EC08;
}
</style>
background-color css
<style>
a { background-color: #66EC08; }
a { background-color: rgb(102,236,8); }
div.DivClassName
{
background-color: #66EC08;
}
.BgClassName
{
background-color: #66EC08;
}
</style>
border-color css
<style>
span { border-color: #66EC08; }
span { border-color: rgb(102,236,8); }
td.TdClassName
{
border-color: #66EC08;
}
.TagClassName
{
border-color: #66EC08;
}
</style>