Shades of Chartreuse Yellow #D8F012
Tints of Chartreuse Yellow #D8F012
RGB
CMYK
RGB Variations
Color information
#D8F012 (or 0xD8F012) is known color: Chartreuse Yellow. HEX triplet: D8, F0 and 12. RGB value is (216,240,18). Sum of RGB (Red+Green+Blue) = 216+240+18=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D8F012 is #270FED. Grayscale: #D0D0D0. Windows color (decimal): -2559982 or 1241304. OLE color: 1241304.
HSL color Cylindrical-coordinate representation of color #D8F012: hue angle of 66.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8F012 is Cyan = 0.1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 18 | - |
| CMYK | 0.1 | 0 | 0.92 | 0.06 |
| HSL | 66.49º | 0.88% | 0.51% | - |
| HSV(B) | 66.49º | 0.93% | 0.94% | - |
| XYZ | 59.59 | 76.96 | 12.29 | - |
| YUV | 207.52 | 21.05 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 18 | 0.1 | 0 | 0.92 | 0.06 | 66.49 | 0.88 | 0.51 |
| Hex | D8 | F0 | 12 | A | 0 | 5C | 6 | 42 | 58 | 33 |
| Octal | 330 | 360 | 22 | 12 | 0 | 134 | 6 | 102 | 130 | 63 |
| Binary | 11011000 | 11110000 | 10010 | 1010 | 0 | 1011100 | 110 | 1000010 | 1011000 | 110011 |
Color Harmonies of #D8F012
Complementary color
Monochromatic Colors of #D8F012
Black with #D8F012
Text Example
Text Example
White with #D8F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F012; }
p { color: rgb(216,240,18); }
H1.HeaderClassName
{
color: #D8F012;
}
.AnyTagClassName
{
color: #D8F012;
}
</style>
background-color css
<style>
a { background-color: #D8F012; }
a { background-color: rgb(216,240,18); }
div.DivClassName
{
background-color: #D8F012;
}
.BgClassName
{
background-color: #D8F012;
}
</style>
border-color css
<style>
span { border-color: #D8F012; }
span { border-color: rgb(216,240,18); }
td.TdClassName
{
border-color: #D8F012;
}
.TagClassName
{
border-color: #D8F012;
}
</style>