Shades of Bright Green #66EC06
Tints of Bright Green #66EC06
RGB
CMYK
RGB Variations
Color information
#66EC06 (or 0x66EC06) is known color: Bright Green. HEX triplet: 66, EC and 06. RGB value is (102,236,6). Sum of RGB (Red+Green+Blue) = 102+236+6=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 236 (92.58% from 255 or 68.60% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EC06 is #9913F9. Grayscale: #AAAAAA. Windows color (decimal): -10032122 or 453734. OLE color: 453734.
HSL color Cylindrical-coordinate representation of color #66EC06: hue angle of 94.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66EC06 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.07 |
| HSL | 94.96º | 0.95% | 0.47% | - |
| HSV(B) | 94.96º | 0.97% | 0.93% | - |
| XYZ | 35.51 | 62.83 | 10.43 | - |
| YUV | 169.71 | 35.61 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 6 | 0.57 | 0 | 0.97 | 0.07 | 94.96 | 0.95 | 0.47 |
| Hex | 66 | EC | 6 | 39 | 0 | 61 | 7 | 5F | 5F | 2F |
| Octal | 146 | 354 | 6 | 71 | 0 | 141 | 7 | 137 | 137 | 57 |
| Binary | 1100110 | 11101100 | 110 | 111001 | 0 | 1100001 | 111 | 1011111 | 1011111 | 101111 |
Color Harmonies of #66EC06
Complementary color
Monochromatic Colors of #66EC06
Black with #66EC06
Text Example
Text Example
White with #66EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EC06; }
p { color: rgb(102,236,6); }
H1.HeaderClassName
{
color: #66EC06;
}
.AnyTagClassName
{
color: #66EC06;
}
</style>
background-color css
<style>
a { background-color: #66EC06; }
a { background-color: rgb(102,236,6); }
div.DivClassName
{
background-color: #66EC06;
}
.BgClassName
{
background-color: #66EC06;
}
</style>
border-color css
<style>
span { border-color: #66EC06; }
span { border-color: rgb(102,236,6); }
td.TdClassName
{
border-color: #66EC06;
}
.TagClassName
{
border-color: #66EC06;
}
</style>