Shades of Chartreuse Yellow #D5F414
Tints of Chartreuse Yellow #D5F414
RGB
CMYK
RGB Variations
Color information
#D5F414 (or 0xD5F414) is known color: Chartreuse Yellow. HEX triplet: D5, F4 and 14. RGB value is (213,244,20). Sum of RGB (Red+Green+Blue) = 213+244+20=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F414 is #2A0BEB. Grayscale: #D2D2D2. Windows color (decimal): -2755564 or 1373397. OLE color: 1373397.
HSL color Cylindrical-coordinate representation of color #D5F414: hue angle of 68.3º 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 #D5F414 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.04 |
| HSL | 68.3º | 0.91% | 0.52% | - |
| HSV(B) | 68.3º | 0.92% | 0.96% | - |
| XYZ | 59.92 | 78.9 | 12.73 | - |
| YUV | 209.2 | 21.23 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 20 | 0.13 | 0 | 0.92 | 0.04 | 68.3 | 0.91 | 0.52 |
| Hex | D5 | F4 | 14 | D | 0 | 5C | 4 | 44 | 5B | 34 |
| Octal | 325 | 364 | 24 | 15 | 0 | 134 | 4 | 104 | 133 | 64 |
| Binary | 11010101 | 11110100 | 10100 | 1101 | 0 | 1011100 | 100 | 1000100 | 1011011 | 110100 |
Color Harmonies of #D5F414
Complementary color
Monochromatic Colors of #D5F414
Black with #D5F414
Text Example
Text Example
White with #D5F414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F414; }
p { color: rgb(213,244,20); }
H1.HeaderClassName
{
color: #D5F414;
}
.AnyTagClassName
{
color: #D5F414;
}
</style>
background-color css
<style>
a { background-color: #D5F414; }
a { background-color: rgb(213,244,20); }
div.DivClassName
{
background-color: #D5F414;
}
.BgClassName
{
background-color: #D5F414;
}
</style>
border-color css
<style>
span { border-color: #D5F414; }
span { border-color: rgb(213,244,20); }
td.TdClassName
{
border-color: #D5F414;
}
.TagClassName
{
border-color: #D5F414;
}
</style>