Shades of Chartreuse Yellow #D8F414
Tints of Chartreuse Yellow #D8F414
RGB
CMYK
RGB Variations
Color information
#D8F414 (or 0xD8F414) is known color: Chartreuse Yellow. HEX triplet: D8, F4 and 14. RGB value is (216,244,20). Sum of RGB (Red+Green+Blue) = 216+244+20=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D8F414 is #270BEB. Grayscale: #D2D2D2. Windows color (decimal): -2558956 or 1373400. OLE color: 1373400.
HSL color Cylindrical-coordinate representation of color #D8F414: hue angle of 67.5º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8F414 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.04 |
| HSL | 67.5º | 0.91% | 0.52% | - |
| HSV(B) | 67.5º | 0.92% | 0.96% | - |
| XYZ | 60.8 | 79.35 | 12.77 | - |
| YUV | 210.09 | 20.72 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 20 | 0.11 | 0 | 0.92 | 0.04 | 67.5 | 0.91 | 0.52 |
| Hex | D8 | F4 | 14 | B | 0 | 5C | 4 | 44 | 5B | 34 |
| Octal | 330 | 364 | 24 | 13 | 0 | 134 | 4 | 104 | 133 | 64 |
| Binary | 11011000 | 11110100 | 10100 | 1011 | 0 | 1011100 | 100 | 1000100 | 1011011 | 110100 |
Color Harmonies of #D8F414
Complementary color
Monochromatic Colors of #D8F414
Black with #D8F414
Text Example
Text Example
White with #D8F414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F414; }
p { color: rgb(216,244,20); }
H1.HeaderClassName
{
color: #D8F414;
}
.AnyTagClassName
{
color: #D8F414;
}
</style>
background-color css
<style>
a { background-color: #D8F414; }
a { background-color: rgb(216,244,20); }
div.DivClassName
{
background-color: #D8F414;
}
.BgClassName
{
background-color: #D8F414;
}
</style>
border-color css
<style>
span { border-color: #D8F414; }
span { border-color: rgb(216,244,20); }
td.TdClassName
{
border-color: #D8F414;
}
.TagClassName
{
border-color: #D8F414;
}
</style>