Shades of Chartreuse Yellow #D5F40D
Tints of Chartreuse Yellow #D5F40D
RGB
CMYK
RGB Variations
Color information
#D5F40D (or 0xD5F40D) is known color: Chartreuse Yellow. HEX triplet: D5, F4 and 0D. RGB value is (213,244,13). Sum of RGB (Red+Green+Blue) = 213+244+13=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F40D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F40D is #2A0BF2. Grayscale: #D1D1D1. Windows color (decimal): -2755571 or 914645. OLE color: 914645.
HSL color Cylindrical-coordinate representation of color #D5F40D: hue angle of 68.05º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5F40D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.04 |
| HSL | 68.05º | 0.91% | 0.5% | - |
| HSV(B) | 68.05º | 0.95% | 0.96% | - |
| XYZ | 59.86 | 78.88 | 12.45 | - |
| YUV | 208.4 | 17.73 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 13 | 0.13 | 0 | 0.95 | 0.04 | 68.05 | 0.91 | 0.5 |
| Hex | D5 | F4 | D | D | 0 | 5F | 4 | 44 | 5B | 32 |
| Octal | 325 | 364 | 15 | 15 | 0 | 137 | 4 | 104 | 133 | 62 |
| Binary | 11010101 | 11110100 | 1101 | 1101 | 0 | 1011111 | 100 | 1000100 | 1011011 | 110010 |
Color Harmonies of #D5F40D
Complementary color
Monochromatic Colors of #D5F40D
Black with #D5F40D
Text Example
Text Example
White with #D5F40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F40D; }
p { color: rgb(213,244,13); }
H1.HeaderClassName
{
color: #D5F40D;
}
.AnyTagClassName
{
color: #D5F40D;
}
</style>
background-color css
<style>
a { background-color: #D5F40D; }
a { background-color: rgb(213,244,13); }
div.DivClassName
{
background-color: #D5F40D;
}
.BgClassName
{
background-color: #D5F40D;
}
</style>
border-color css
<style>
span { border-color: #D5F40D; }
span { border-color: rgb(213,244,13); }
td.TdClassName
{
border-color: #D5F40D;
}
.TagClassName
{
border-color: #D5F40D;
}
</style>