Shades of Chartreuse Yellow #D5E10A
Tints of Chartreuse Yellow #D5E10A
RGB
CMYK
RGB Variations
Color information
#D5E10A (or 0xD5E10A) is known color: Chartreuse Yellow. HEX triplet: D5, E1 and 0A. RGB value is (213,225,10). Sum of RGB (Red+Green+Blue) = 213+225+10=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E10A is #2A1EF5. Grayscale: #C5C5C5. Windows color (decimal): -2760438 or 713173. OLE color: 713173.
HSL color Cylindrical-coordinate representation of color #D5E10A: hue angle of 63.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5E10A is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 10 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.12 |
| HSL | 63.35º | 0.91% | 0.46% | - |
| HSV(B) | 63.35º | 0.96% | 0.88% | - |
| XYZ | 54.42 | 68.02 | 10.55 | - |
| YUV | 196.9 | 22.52 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 10 | 0.05 | 0 | 0.96 | 0.12 | 63.35 | 0.91 | 0.46 |
| Hex | D5 | E1 | A | 5 | 0 | 60 | C | 3F | 5B | 2E |
| Octal | 325 | 341 | 12 | 5 | 0 | 140 | 14 | 77 | 133 | 56 |
| Binary | 11010101 | 11100001 | 1010 | 101 | 0 | 1100000 | 1100 | 111111 | 1011011 | 101110 |
Color Harmonies of #D5E10A
Complementary color
Monochromatic Colors of #D5E10A
Black with #D5E10A
Text Example
Text Example
White with #D5E10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E10A; }
p { color: rgb(213,225,10); }
H1.HeaderClassName
{
color: #D5E10A;
}
.AnyTagClassName
{
color: #D5E10A;
}
</style>
background-color css
<style>
a { background-color: #D5E10A; }
a { background-color: rgb(213,225,10); }
div.DivClassName
{
background-color: #D5E10A;
}
.BgClassName
{
background-color: #D5E10A;
}
</style>
border-color css
<style>
span { border-color: #D5E10A; }
span { border-color: rgb(213,225,10); }
td.TdClassName
{
border-color: #D5E10A;
}
.TagClassName
{
border-color: #D5E10A;
}
</style>