Shades of Bright Green #66E805
Tints of Bright Green #66E805
RGB
CMYK
RGB Variations
Color information
#66E805 (or 0x66E805) is known color: Bright Green. HEX triplet: 66, E8 and 05. RGB value is (102,232,5). Sum of RGB (Red+Green+Blue) = 102+232+5=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 232 (91.02% from 255 or 68.44% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 232 - color contains mainly: green. Hex color #66E805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66E805 is #9917FA. Grayscale: #A8A8A8. Windows color (decimal): -10033147 or 387174. OLE color: 387174.
HSL color Cylindrical-coordinate representation of color #66E805: hue angle of 94.36º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66E805 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 232 | 5 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.09 |
| HSL | 94.36º | 0.96% | 0.46% | - |
| HSV(B) | 94.36º | 0.98% | 0.91% | - |
| XYZ | 34.36 | 60.55 | 10.02 | - |
| YUV | 167.25 | 36.43 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 232 | 5 | 0.56 | 0 | 0.98 | 0.09 | 94.36 | 0.96 | 0.46 |
| Hex | 66 | E8 | 5 | 38 | 0 | 62 | 9 | 5E | 60 | 2E |
| Octal | 146 | 350 | 5 | 70 | 0 | 142 | 11 | 136 | 140 | 56 |
| Binary | 1100110 | 11101000 | 101 | 111000 | 0 | 1100010 | 1001 | 1011110 | 1100000 | 101110 |
Color Harmonies of #66E805
Complementary color
Monochromatic Colors of #66E805
Black with #66E805
Text Example
Text Example
White with #66E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E805; }
p { color: rgb(102,232,5); }
H1.HeaderClassName
{
color: #66E805;
}
.AnyTagClassName
{
color: #66E805;
}
</style>
background-color css
<style>
a { background-color: #66E805; }
a { background-color: rgb(102,232,5); }
div.DivClassName
{
background-color: #66E805;
}
.BgClassName
{
background-color: #66E805;
}
</style>
border-color css
<style>
span { border-color: #66E805; }
span { border-color: rgb(102,232,5); }
td.TdClassName
{
border-color: #66E805;
}
.TagClassName
{
border-color: #66E805;
}
</style>