Shades of Chartreuse Yellow #D8F714
Tints of Chartreuse Yellow #D8F714
RGB
CMYK
RGB Variations
Color information
#D8F714 (or 0xD8F714) is known color: Chartreuse Yellow. HEX triplet: D8, F7 and 14. RGB value is (216,247,20). Sum of RGB (Red+Green+Blue) = 216+247+20=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D8F714 is #2708EB. Grayscale: #D4D4D4. Windows color (decimal): -2558188 or 1374168. OLE color: 1374168.
HSL color Cylindrical-coordinate representation of color #D8F714: hue angle of 68.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8F714 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.03 |
| HSL | 68.19º | 0.93% | 0.52% | - |
| HSV(B) | 68.19º | 0.92% | 0.97% | - |
| XYZ | 61.71 | 81.17 | 13.08 | - |
| YUV | 211.85 | 19.73 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 20 | 0.13 | 0 | 0.92 | 0.03 | 68.19 | 0.93 | 0.52 |
| Hex | D8 | F7 | 14 | D | 0 | 5C | 3 | 44 | 5D | 34 |
| Octal | 330 | 367 | 24 | 15 | 0 | 134 | 3 | 104 | 135 | 64 |
| Binary | 11011000 | 11110111 | 10100 | 1101 | 0 | 1011100 | 11 | 1000100 | 1011101 | 110100 |
Color Harmonies of #D8F714
Complementary color
Monochromatic Colors of #D8F714
Black with #D8F714
Text Example
Text Example
White with #D8F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F714; }
p { color: rgb(216,247,20); }
H1.HeaderClassName
{
color: #D8F714;
}
.AnyTagClassName
{
color: #D8F714;
}
</style>
background-color css
<style>
a { background-color: #D8F714; }
a { background-color: rgb(216,247,20); }
div.DivClassName
{
background-color: #D8F714;
}
.BgClassName
{
background-color: #D8F714;
}
</style>
border-color css
<style>
span { border-color: #D8F714; }
span { border-color: rgb(216,247,20); }
td.TdClassName
{
border-color: #D8F714;
}
.TagClassName
{
border-color: #D8F714;
}
</style>