Shades of Bright Green #66DC09
Tints of Bright Green #66DC09
RGB
CMYK
RGB Variations
Color information
#66DC09 (or 0x66DC09) is known color: Bright Green. HEX triplet: 66, DC and 09. RGB value is (102,220,9). Sum of RGB (Red+Green+Blue) = 102+220+9=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DC09 is #9923F6. Grayscale: #A1A1A1. Windows color (decimal): -10036215 or 646246. OLE color: 646246.
HSL color Cylindrical-coordinate representation of color #66DC09: hue angle of 93.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66DC09 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 9 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.14 |
| HSL | 93.55º | 0.92% | 0.45% | - |
| HSV(B) | 93.55º | 0.96% | 0.86% | - |
| XYZ | 31.12 | 54.03 | 9.05 | - |
| YUV | 160.66 | 42.41 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 9 | 0.54 | 0 | 0.96 | 0.14 | 93.55 | 0.92 | 0.45 |
| Hex | 66 | DC | 9 | 36 | 0 | 60 | E | 5E | 5C | 2D |
| Octal | 146 | 334 | 11 | 66 | 0 | 140 | 16 | 136 | 134 | 55 |
| Binary | 1100110 | 11011100 | 1001 | 110110 | 0 | 1100000 | 1110 | 1011110 | 1011100 | 101101 |
Color Harmonies of #66DC09
Complementary color
Monochromatic Colors of #66DC09
Black with #66DC09
Text Example
Text Example
White with #66DC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC09; }
p { color: rgb(102,220,9); }
H1.HeaderClassName
{
color: #66DC09;
}
.AnyTagClassName
{
color: #66DC09;
}
</style>
background-color css
<style>
a { background-color: #66DC09; }
a { background-color: rgb(102,220,9); }
div.DivClassName
{
background-color: #66DC09;
}
.BgClassName
{
background-color: #66DC09;
}
</style>
border-color css
<style>
span { border-color: #66DC09; }
span { border-color: rgb(102,220,9); }
td.TdClassName
{
border-color: #66DC09;
}
.TagClassName
{
border-color: #66DC09;
}
</style>