Shades of Bright Green #66DC03
Tints of Bright Green #66DC03
RGB
CMYK
RGB Variations
Color information
#66DC03 (or 0x66DC03) is known color: Bright Green. HEX triplet: 66, DC and 03. RGB value is (102,220,3). Sum of RGB (Red+Green+Blue) = 102+220+3=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DC03 is #9923FC. Grayscale: #A0A0A0. Windows color (decimal): -10036221 or 253030. OLE color: 253030.
HSL color Cylindrical-coordinate representation of color #66DC03: hue angle of 92.63º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66DC03 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 3 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.14 |
| HSL | 92.63º | 0.97% | 0.44% | - |
| HSV(B) | 92.63º | 0.99% | 0.86% | - |
| XYZ | 31.09 | 54.02 | 8.87 | - |
| YUV | 159.98 | 39.41 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 3 | 0.54 | 0 | 0.99 | 0.14 | 92.63 | 0.97 | 0.44 |
| Hex | 66 | DC | 3 | 36 | 0 | 63 | E | 5D | 61 | 2C |
| Octal | 146 | 334 | 3 | 66 | 0 | 143 | 16 | 135 | 141 | 54 |
| Binary | 1100110 | 11011100 | 11 | 110110 | 0 | 1100011 | 1110 | 1011101 | 1100001 | 101100 |
Color Harmonies of #66DC03
Complementary color
Monochromatic Colors of #66DC03
Black with #66DC03
Text Example
Text Example
White with #66DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC03; }
p { color: rgb(102,220,3); }
H1.HeaderClassName
{
color: #66DC03;
}
.AnyTagClassName
{
color: #66DC03;
}
</style>
background-color css
<style>
a { background-color: #66DC03; }
a { background-color: rgb(102,220,3); }
div.DivClassName
{
background-color: #66DC03;
}
.BgClassName
{
background-color: #66DC03;
}
</style>
border-color css
<style>
span { border-color: #66DC03; }
span { border-color: rgb(102,220,3); }
td.TdClassName
{
border-color: #66DC03;
}
.TagClassName
{
border-color: #66DC03;
}
</style>