Shades of Bright Green #66D905
Tints of Bright Green #66D905
RGB
CMYK
RGB Variations
Color information
#66D905 (or 0x66D905) is known color: Bright Green. HEX triplet: 66, D9 and 05. RGB value is (102,217,5). Sum of RGB (Red+Green+Blue) = 102+217+5=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #66D905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D905 is #9926FA. Grayscale: #9F9F9F. Windows color (decimal): -10036987 or 383334. OLE color: 383334.
HSL color Cylindrical-coordinate representation of color #66D905: hue angle of 92.55º degrees, saturation: 0.95, 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 #66D905 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 5 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.15 |
| HSL | 92.55º | 0.95% | 0.44% | - |
| HSV(B) | 92.55º | 0.98% | 0.85% | - |
| XYZ | 30.32 | 52.46 | 8.67 | - |
| YUV | 158.45 | 41.4 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 5 | 0.53 | 0 | 0.98 | 0.15 | 92.55 | 0.95 | 0.44 |
| Hex | 66 | D9 | 5 | 35 | 0 | 62 | F | 5D | 5F | 2C |
| Octal | 146 | 331 | 5 | 65 | 0 | 142 | 17 | 135 | 137 | 54 |
| Binary | 1100110 | 11011001 | 101 | 110101 | 0 | 1100010 | 1111 | 1011101 | 1011111 | 101100 |
Color Harmonies of #66D905
Complementary color
Monochromatic Colors of #66D905
Black with #66D905
Text Example
Text Example
White with #66D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D905; }
p { color: rgb(102,217,5); }
H1.HeaderClassName
{
color: #66D905;
}
.AnyTagClassName
{
color: #66D905;
}
</style>
background-color css
<style>
a { background-color: #66D905; }
a { background-color: rgb(102,217,5); }
div.DivClassName
{
background-color: #66D905;
}
.BgClassName
{
background-color: #66D905;
}
</style>
border-color css
<style>
span { border-color: #66D905; }
span { border-color: rgb(102,217,5); }
td.TdClassName
{
border-color: #66D905;
}
.TagClassName
{
border-color: #66D905;
}
</style>