Shades of Bright Green #66DF16
Tints of Bright Green #66DF16
RGB
CMYK
RGB Variations
Color information
#66DF16 (or 0x66DF16) is known color: Bright Green. HEX triplet: 66, DF and 16. RGB value is (102,223,22). Sum of RGB (Red+Green+Blue) = 102+223+22=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DF16 is #9920E9. Grayscale: #A4A4A4. Windows color (decimal): -10035434 or 1498982. OLE color: 1498982.
HSL color Cylindrical-coordinate representation of color #66DF16: hue angle of 96.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66DF16 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 22 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.13 |
| HSL | 96.12º | 0.82% | 0.48% | - |
| HSV(B) | 96.12º | 0.9% | 0.87% | - |
| XYZ | 32.01 | 55.66 | 9.81 | - |
| YUV | 163.91 | 47.91 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 22 | 0.54 | 0 | 0.90 | 0.13 | 96.12 | 0.82 | 0.48 |
| Hex | 66 | DF | 16 | 36 | 0 | 5A | D | 60 | 52 | 30 |
| Octal | 146 | 337 | 26 | 66 | 0 | 132 | 15 | 140 | 122 | 60 |
| Binary | 1100110 | 11011111 | 10110 | 110110 | 0 | 1011010 | 1101 | 1100000 | 1010010 | 110000 |
Color Harmonies of #66DF16
Complementary color
Monochromatic Colors of #66DF16
Black with #66DF16
Text Example
Text Example
White with #66DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF16; }
p { color: rgb(102,223,22); }
H1.HeaderClassName
{
color: #66DF16;
}
.AnyTagClassName
{
color: #66DF16;
}
</style>
background-color css
<style>
a { background-color: #66DF16; }
a { background-color: rgb(102,223,22); }
div.DivClassName
{
background-color: #66DF16;
}
.BgClassName
{
background-color: #66DF16;
}
</style>
border-color css
<style>
span { border-color: #66DF16; }
span { border-color: rgb(102,223,22); }
td.TdClassName
{
border-color: #66DF16;
}
.TagClassName
{
border-color: #66DF16;
}
</style>