Shades of Chartreuse Yellow #D9FA14
Tints of Chartreuse Yellow #D9FA14
RGB
CMYK
RGB Variations
Color information
#D9FA14 (or 0xD9FA14) is known color: Chartreuse Yellow. HEX triplet: D9, FA and 14. RGB value is (217,250,20). Sum of RGB (Red+Green+Blue) = 217+250+20=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D9FA14 is #2605EB. Grayscale: #D6D6D6. Windows color (decimal): -2491884 or 1374937. OLE color: 1374937.
HSL color Cylindrical-coordinate representation of color #D9FA14: hue angle of 68.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9FA14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.02 |
| HSL | 68.61º | 0.96% | 0.53% | - |
| HSV(B) | 68.61º | 0.92% | 0.98% | - |
| XYZ | 62.93 | 83.17 | 13.4 | - |
| YUV | 213.91 | 18.57 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 20 | 0.13 | 0 | 0.92 | 0.02 | 68.61 | 0.96 | 0.53 |
| Hex | D9 | FA | 14 | D | 0 | 5C | 2 | 45 | 60 | 35 |
| Octal | 331 | 372 | 24 | 15 | 0 | 134 | 2 | 105 | 140 | 65 |
| Binary | 11011001 | 11111010 | 10100 | 1101 | 0 | 1011100 | 10 | 1000101 | 1100000 | 110101 |
Color Harmonies of #D9FA14
Complementary color
Monochromatic Colors of #D9FA14
Black with #D9FA14
Text Example
Text Example
White with #D9FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA14; }
p { color: rgb(217,250,20); }
H1.HeaderClassName
{
color: #D9FA14;
}
.AnyTagClassName
{
color: #D9FA14;
}
</style>
background-color css
<style>
a { background-color: #D9FA14; }
a { background-color: rgb(217,250,20); }
div.DivClassName
{
background-color: #D9FA14;
}
.BgClassName
{
background-color: #D9FA14;
}
</style>
border-color css
<style>
span { border-color: #D9FA14; }
span { border-color: rgb(217,250,20); }
td.TdClassName
{
border-color: #D9FA14;
}
.TagClassName
{
border-color: #D9FA14;
}
</style>