Shades of Bright Green #66DC0B
Tints of Bright Green #66DC0B
RGB
CMYK
RGB Variations
Color information
#66DC0B (or 0x66DC0B) is known color: Bright Green. HEX triplet: 66, DC and 0B. RGB value is (102,220,11). Sum of RGB (Red+Green+Blue) = 102+220+11=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DC0B is #9923F4. Grayscale: #A1A1A1. Windows color (decimal): -10036213 or 777318. OLE color: 777318.
HSL color Cylindrical-coordinate representation of color #66DC0B: hue angle of 93.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66DC0B is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 11 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.14 |
| HSL | 93.88º | 0.9% | 0.45% | - |
| HSV(B) | 93.88º | 0.95% | 0.86% | - |
| XYZ | 31.13 | 54.04 | 9.11 | - |
| YUV | 160.89 | 43.41 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 11 | 0.54 | 0 | 0.95 | 0.14 | 93.88 | 0.9 | 0.45 |
| Hex | 66 | DC | B | 36 | 0 | 5F | E | 5E | 5A | 2D |
| Octal | 146 | 334 | 13 | 66 | 0 | 137 | 16 | 136 | 132 | 55 |
| Binary | 1100110 | 11011100 | 1011 | 110110 | 0 | 1011111 | 1110 | 1011110 | 1011010 | 101101 |
Color Harmonies of #66DC0B
Complementary color
Monochromatic Colors of #66DC0B
Black with #66DC0B
Text Example
Text Example
White with #66DC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC0B; }
p { color: rgb(102,220,11); }
H1.HeaderClassName
{
color: #66DC0B;
}
.AnyTagClassName
{
color: #66DC0B;
}
</style>
background-color css
<style>
a { background-color: #66DC0B; }
a { background-color: rgb(102,220,11); }
div.DivClassName
{
background-color: #66DC0B;
}
.BgClassName
{
background-color: #66DC0B;
}
</style>
border-color css
<style>
span { border-color: #66DC0B; }
span { border-color: rgb(102,220,11); }
td.TdClassName
{
border-color: #66DC0B;
}
.TagClassName
{
border-color: #66DC0B;
}
</style>