Shades of Chartreuse Yellow #D8F010
Tints of Chartreuse Yellow #D8F010
RGB
CMYK
RGB Variations
Color information
#D8F010 (or 0xD8F010) is known color: Chartreuse Yellow. HEX triplet: D8, F0 and 10. RGB value is (216,240,16). Sum of RGB (Red+Green+Blue) = 216+240+16=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D8F010 is #270FEF. Grayscale: #D0D0D0. Windows color (decimal): -2559984 or 1110232. OLE color: 1110232.
HSL color Cylindrical-coordinate representation of color #D8F010: hue angle of 66.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8F010 is Cyan = 0.1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 16 | - |
| CMYK | 0.1 | 0 | 0.93 | 0.06 |
| HSL | 66.43º | 0.88% | 0.5% | - |
| HSV(B) | 66.43º | 0.93% | 0.94% | - |
| XYZ | 59.57 | 76.96 | 12.2 | - |
| YUV | 207.29 | 20.05 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 16 | 0.1 | 0 | 0.93 | 0.06 | 66.43 | 0.88 | 0.5 |
| Hex | D8 | F0 | 10 | A | 0 | 5D | 6 | 42 | 58 | 32 |
| Octal | 330 | 360 | 20 | 12 | 0 | 135 | 6 | 102 | 130 | 62 |
| Binary | 11011000 | 11110000 | 10000 | 1010 | 0 | 1011101 | 110 | 1000010 | 1011000 | 110010 |
Color Harmonies of #D8F010
Complementary color
Monochromatic Colors of #D8F010
Black with #D8F010
Text Example
Text Example
White with #D8F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F010; }
p { color: rgb(216,240,16); }
H1.HeaderClassName
{
color: #D8F010;
}
.AnyTagClassName
{
color: #D8F010;
}
</style>
background-color css
<style>
a { background-color: #D8F010; }
a { background-color: rgb(216,240,16); }
div.DivClassName
{
background-color: #D8F010;
}
.BgClassName
{
background-color: #D8F010;
}
</style>
border-color css
<style>
span { border-color: #D8F010; }
span { border-color: rgb(216,240,16); }
td.TdClassName
{
border-color: #D8F010;
}
.TagClassName
{
border-color: #D8F010;
}
</style>