Shades of Bright Green #66D908
Tints of Bright Green #66D908
RGB
CMYK
RGB Variations
Color information
#66D908 (or 0x66D908) is known color: Bright Green. HEX triplet: 66, D9 and 08. RGB value is (102,217,8). Sum of RGB (Red+Green+Blue) = 102+217+8=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #66D908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D908 is #9926F7. Grayscale: #9F9F9F. Windows color (decimal): -10036984 or 579942. OLE color: 579942.
HSL color Cylindrical-coordinate representation of color #66D908: hue angle of 93.01º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66D908 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 8 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.15 |
| HSL | 93.01º | 0.93% | 0.44% | - |
| HSV(B) | 93.01º | 0.96% | 0.85% | - |
| XYZ | 30.34 | 52.47 | 8.76 | - |
| YUV | 158.79 | 42.9 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 8 | 0.53 | 0 | 0.96 | 0.15 | 93.01 | 0.93 | 0.44 |
| Hex | 66 | D9 | 8 | 35 | 0 | 60 | F | 5D | 5D | 2C |
| Octal | 146 | 331 | 10 | 65 | 0 | 140 | 17 | 135 | 135 | 54 |
| Binary | 1100110 | 11011001 | 1000 | 110101 | 0 | 1100000 | 1111 | 1011101 | 1011101 | 101100 |
Color Harmonies of #66D908
Complementary color
Monochromatic Colors of #66D908
Black with #66D908
Text Example
Text Example
White with #66D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D908; }
p { color: rgb(102,217,8); }
H1.HeaderClassName
{
color: #66D908;
}
.AnyTagClassName
{
color: #66D908;
}
</style>
background-color css
<style>
a { background-color: #66D908; }
a { background-color: rgb(102,217,8); }
div.DivClassName
{
background-color: #66D908;
}
.BgClassName
{
background-color: #66D908;
}
</style>
border-color css
<style>
span { border-color: #66D908; }
span { border-color: rgb(102,217,8); }
td.TdClassName
{
border-color: #66D908;
}
.TagClassName
{
border-color: #66D908;
}
</style>