Shades of Chartreuse Yellow #D5F40A
Tints of Chartreuse Yellow #D5F40A
RGB
CMYK
RGB Variations
Color information
#D5F40A (or 0xD5F40A) is known color: Chartreuse Yellow. HEX triplet: D5, F4 and 0A. RGB value is (213,244,10). Sum of RGB (Red+Green+Blue) = 213+244+10=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F40A is #2A0BF5. Grayscale: #D0D0D0. Windows color (decimal): -2755574 or 718037. OLE color: 718037.
HSL color Cylindrical-coordinate representation of color #D5F40A: hue angle of 67.95º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5F40A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.04 |
| HSL | 67.95º | 0.92% | 0.5% | - |
| HSV(B) | 67.95º | 0.96% | 0.96% | - |
| XYZ | 59.85 | 78.87 | 12.36 | - |
| YUV | 208.06 | 16.23 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 10 | 0.13 | 0 | 0.96 | 0.04 | 67.95 | 0.92 | 0.5 |
| Hex | D5 | F4 | A | D | 0 | 60 | 4 | 44 | 5C | 32 |
| Octal | 325 | 364 | 12 | 15 | 0 | 140 | 4 | 104 | 134 | 62 |
| Binary | 11010101 | 11110100 | 1010 | 1101 | 0 | 1100000 | 100 | 1000100 | 1011100 | 110010 |
Color Harmonies of #D5F40A
Complementary color
Monochromatic Colors of #D5F40A
Black with #D5F40A
Text Example
Text Example
White with #D5F40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F40A; }
p { color: rgb(213,244,10); }
H1.HeaderClassName
{
color: #D5F40A;
}
.AnyTagClassName
{
color: #D5F40A;
}
</style>
background-color css
<style>
a { background-color: #D5F40A; }
a { background-color: rgb(213,244,10); }
div.DivClassName
{
background-color: #D5F40A;
}
.BgClassName
{
background-color: #D5F40A;
}
</style>
border-color css
<style>
span { border-color: #D5F40A; }
span { border-color: rgb(213,244,10); }
td.TdClassName
{
border-color: #D5F40A;
}
.TagClassName
{
border-color: #D5F40A;
}
</style>