Shades of Bright Green #66E416
Tints of Bright Green #66E416
RGB
CMYK
RGB Variations
Color information
#66E416 (or 0x66E416) is known color: Bright Green. HEX triplet: 66, E4 and 16. RGB value is (102,228,22). Sum of RGB (Red+Green+Blue) = 102+228+22=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 228 (89.45% from 255 or 64.77% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 228 - color contains mainly: green. Hex color #66E416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E416 is #991BE9. Grayscale: #A7A7A7. Windows color (decimal): -10034154 or 1500262. OLE color: 1500262.
HSL color Cylindrical-coordinate representation of color #66E416: hue angle of 96.7º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66E416 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 228 | 22 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.11 |
| HSL | 96.7º | 0.82% | 0.49% | - |
| HSV(B) | 96.7º | 0.9% | 0.89% | - |
| XYZ | 33.37 | 58.37 | 10.27 | - |
| YUV | 166.84 | 46.26 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 228 | 22 | 0.55 | 0 | 0.90 | 0.11 | 96.7 | 0.82 | 0.49 |
| Hex | 66 | E4 | 16 | 37 | 0 | 5A | B | 61 | 52 | 31 |
| Octal | 146 | 344 | 26 | 67 | 0 | 132 | 13 | 141 | 122 | 61 |
| Binary | 1100110 | 11100100 | 10110 | 110111 | 0 | 1011010 | 1011 | 1100001 | 1010010 | 110001 |
Color Harmonies of #66E416
Complementary color
Monochromatic Colors of #66E416
Black with #66E416
Text Example
Text Example
White with #66E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E416; }
p { color: rgb(102,228,22); }
H1.HeaderClassName
{
color: #66E416;
}
.AnyTagClassName
{
color: #66E416;
}
</style>
background-color css
<style>
a { background-color: #66E416; }
a { background-color: rgb(102,228,22); }
div.DivClassName
{
background-color: #66E416;
}
.BgClassName
{
background-color: #66E416;
}
</style>
border-color css
<style>
span { border-color: #66E416; }
span { border-color: rgb(102,228,22); }
td.TdClassName
{
border-color: #66E416;
}
.TagClassName
{
border-color: #66E416;
}
</style>