Shades of Bright Green #66DA05
Tints of Bright Green #66DA05
RGB
CMYK
RGB Variations
Color information
#66DA05 (or 0x66DA05) is known color: Bright Green. HEX triplet: 66, DA and 05. RGB value is (102,218,5). Sum of RGB (Red+Green+Blue) = 102+218+5=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DA05 is #9925FA. Grayscale: #9F9F9F. Windows color (decimal): -10036731 or 383590. OLE color: 383590.
HSL color Cylindrical-coordinate representation of color #66DA05: hue angle of 92.68º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66DA05 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 5 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.15 |
| HSL | 92.68º | 0.96% | 0.44% | - |
| HSV(B) | 92.68º | 0.98% | 0.85% | - |
| XYZ | 30.58 | 52.98 | 8.76 | - |
| YUV | 159.03 | 41.07 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 5 | 0.53 | 0 | 0.98 | 0.15 | 92.68 | 0.96 | 0.44 |
| Hex | 66 | DA | 5 | 35 | 0 | 62 | F | 5D | 60 | 2C |
| Octal | 146 | 332 | 5 | 65 | 0 | 142 | 17 | 135 | 140 | 54 |
| Binary | 1100110 | 11011010 | 101 | 110101 | 0 | 1100010 | 1111 | 1011101 | 1100000 | 101100 |
Color Harmonies of #66DA05
Complementary color
Monochromatic Colors of #66DA05
Black with #66DA05
Text Example
Text Example
White with #66DA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA05; }
p { color: rgb(102,218,5); }
H1.HeaderClassName
{
color: #66DA05;
}
.AnyTagClassName
{
color: #66DA05;
}
</style>
background-color css
<style>
a { background-color: #66DA05; }
a { background-color: rgb(102,218,5); }
div.DivClassName
{
background-color: #66DA05;
}
.BgClassName
{
background-color: #66DA05;
}
</style>
border-color css
<style>
span { border-color: #66DA05; }
span { border-color: rgb(102,218,5); }
td.TdClassName
{
border-color: #66DA05;
}
.TagClassName
{
border-color: #66DA05;
}
</style>