Shades of Bright Green #66DA12
Tints of Bright Green #66DA12
RGB
CMYK
RGB Variations
Color information
#66DA12 (or 0x66DA12) is known color: Bright Green. HEX triplet: 66, DA and 12. RGB value is (102,218,18). Sum of RGB (Red+Green+Blue) = 102+218+18=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DA12 is #9925ED. Grayscale: #A1A1A1. Windows color (decimal): -10036718 or 1235558. OLE color: 1235558.
HSL color Cylindrical-coordinate representation of color #66DA12: hue angle of 94.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66DA12 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 18 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.15 |
| HSL | 94.8º | 0.85% | 0.46% | - |
| HSV(B) | 94.8º | 0.92% | 0.85% | - |
| XYZ | 30.66 | 53.01 | 9.19 | - |
| YUV | 160.52 | 47.57 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 18 | 0.53 | 0 | 0.92 | 0.15 | 94.8 | 0.85 | 0.46 |
| Hex | 66 | DA | 12 | 35 | 0 | 5C | F | 5F | 55 | 2E |
| Octal | 146 | 332 | 22 | 65 | 0 | 134 | 17 | 137 | 125 | 56 |
| Binary | 1100110 | 11011010 | 10010 | 110101 | 0 | 1011100 | 1111 | 1011111 | 1010101 | 101110 |
Color Harmonies of #66DA12
Complementary color
Monochromatic Colors of #66DA12
Black with #66DA12
Text Example
Text Example
White with #66DA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA12; }
p { color: rgb(102,218,18); }
H1.HeaderClassName
{
color: #66DA12;
}
.AnyTagClassName
{
color: #66DA12;
}
</style>
background-color css
<style>
a { background-color: #66DA12; }
a { background-color: rgb(102,218,18); }
div.DivClassName
{
background-color: #66DA12;
}
.BgClassName
{
background-color: #66DA12;
}
</style>
border-color css
<style>
span { border-color: #66DA12; }
span { border-color: rgb(102,218,18); }
td.TdClassName
{
border-color: #66DA12;
}
.TagClassName
{
border-color: #66DA12;
}
</style>