Shades of Bright Green #66DB05
Tints of Bright Green #66DB05
RGB
CMYK
RGB Variations
Color information
#66DB05 (or 0x66DB05) is known color: Bright Green. HEX triplet: 66, DB and 05. RGB value is (102,219,5). Sum of RGB (Red+Green+Blue) = 102+219+5=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DB05 is #9924FA. Grayscale: #A0A0A0. Windows color (decimal): -10036475 or 383846. OLE color: 383846.
HSL color Cylindrical-coordinate representation of color #66DB05: hue angle of 92.8º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66DB05 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 5 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.14 |
| HSL | 92.8º | 0.96% | 0.44% | - |
| HSV(B) | 92.8º | 0.98% | 0.86% | - |
| XYZ | 30.84 | 53.5 | 8.84 | - |
| YUV | 159.62 | 40.74 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 5 | 0.53 | 0 | 0.98 | 0.14 | 92.8 | 0.96 | 0.44 |
| Hex | 66 | DB | 5 | 35 | 0 | 62 | E | 5D | 60 | 2C |
| Octal | 146 | 333 | 5 | 65 | 0 | 142 | 16 | 135 | 140 | 54 |
| Binary | 1100110 | 11011011 | 101 | 110101 | 0 | 1100010 | 1110 | 1011101 | 1100000 | 101100 |
Color Harmonies of #66DB05
Complementary color
Monochromatic Colors of #66DB05
Black with #66DB05
Text Example
Text Example
White with #66DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB05; }
p { color: rgb(102,219,5); }
H1.HeaderClassName
{
color: #66DB05;
}
.AnyTagClassName
{
color: #66DB05;
}
</style>
background-color css
<style>
a { background-color: #66DB05; }
a { background-color: rgb(102,219,5); }
div.DivClassName
{
background-color: #66DB05;
}
.BgClassName
{
background-color: #66DB05;
}
</style>
border-color css
<style>
span { border-color: #66DB05; }
span { border-color: rgb(102,219,5); }
td.TdClassName
{
border-color: #66DB05;
}
.TagClassName
{
border-color: #66DB05;
}
</style>