Shades of Bright Green #66E005
Tints of Bright Green #66E005
RGB
CMYK
RGB Variations
Color information
#66E005 (or 0x66E005) is known color: Bright Green. HEX triplet: 66, E0 and 05. RGB value is (102,224,5). Sum of RGB (Red+Green+Blue) = 102+224+5=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #66E005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E005 is #991FFA. Grayscale: #A3A3A3. Windows color (decimal): -10035195 or 385126. OLE color: 385126.
HSL color Cylindrical-coordinate representation of color #66E005: hue angle of 93.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66E005 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 5 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.12 |
| HSL | 93.42º | 0.96% | 0.45% | - |
| HSV(B) | 93.42º | 0.98% | 0.88% | - |
| XYZ | 32.16 | 56.15 | 9.29 | - |
| YUV | 162.56 | 39.08 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 5 | 0.54 | 0 | 0.98 | 0.12 | 93.42 | 0.96 | 0.45 |
| Hex | 66 | E0 | 5 | 36 | 0 | 62 | C | 5D | 60 | 2D |
| Octal | 146 | 340 | 5 | 66 | 0 | 142 | 14 | 135 | 140 | 55 |
| Binary | 1100110 | 11100000 | 101 | 110110 | 0 | 1100010 | 1100 | 1011101 | 1100000 | 101101 |
Color Harmonies of #66E005
Complementary color
Monochromatic Colors of #66E005
Black with #66E005
Text Example
Text Example
White with #66E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E005; }
p { color: rgb(102,224,5); }
H1.HeaderClassName
{
color: #66E005;
}
.AnyTagClassName
{
color: #66E005;
}
</style>
background-color css
<style>
a { background-color: #66E005; }
a { background-color: rgb(102,224,5); }
div.DivClassName
{
background-color: #66E005;
}
.BgClassName
{
background-color: #66E005;
}
</style>
border-color css
<style>
span { border-color: #66E005; }
span { border-color: rgb(102,224,5); }
td.TdClassName
{
border-color: #66E005;
}
.TagClassName
{
border-color: #66E005;
}
</style>