Shades of Bright Green #66E820
Tints of Bright Green #66E820
RGB
CMYK
RGB Variations
Color information
#66E820 (or 0x66E820) is known color: Bright Green. HEX triplet: 66, E8 and 20. RGB value is (102,232,32). Sum of RGB (Red+Green+Blue) = 102+232+32=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 232 (91.02% from 255 or 63.39% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 232 - color contains mainly: green. Hex color #66E820 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66E820 is #9917DF. Grayscale: #ABABAB. Windows color (decimal): -10033120 or 2156646. OLE color: 2156646.
HSL color Cylindrical-coordinate representation of color #66E820: hue angle of 99º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66E820 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 232 | 32 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.09 |
| HSL | 99º | 0.81% | 0.52% | - |
| HSV(B) | 99º | 0.86% | 0.91% | - |
| XYZ | 34.6 | 60.64 | 11.25 | - |
| YUV | 170.33 | 49.93 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 232 | 32 | 0.56 | 0 | 0.86 | 0.09 | 99 | 0.81 | 0.52 |
| Hex | 66 | E8 | 20 | 38 | 0 | 56 | 9 | 63 | 51 | 34 |
| Octal | 146 | 350 | 40 | 70 | 0 | 126 | 11 | 143 | 121 | 64 |
| Binary | 1100110 | 11101000 | 100000 | 111000 | 0 | 1010110 | 1001 | 1100011 | 1010001 | 110100 |
Color Harmonies of #66E820
Complementary color
Monochromatic Colors of #66E820
Black with #66E820
Text Example
Text Example
White with #66E820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E820; }
p { color: rgb(102,232,32); }
H1.HeaderClassName
{
color: #66E820;
}
.AnyTagClassName
{
color: #66E820;
}
</style>
background-color css
<style>
a { background-color: #66E820; }
a { background-color: rgb(102,232,32); }
div.DivClassName
{
background-color: #66E820;
}
.BgClassName
{
background-color: #66E820;
}
</style>
border-color css
<style>
span { border-color: #66E820; }
span { border-color: rgb(102,232,32); }
td.TdClassName
{
border-color: #66E820;
}
.TagClassName
{
border-color: #66E820;
}
</style>