Shades of Chartreuse Yellow #D5E20A
Tints of Chartreuse Yellow #D5E20A
RGB
CMYK
RGB Variations
Color information
#D5E20A (or 0xD5E20A) is known color: Chartreuse Yellow. HEX triplet: D5, E2 and 0A. RGB value is (213,226,10). Sum of RGB (Red+Green+Blue) = 213+226+10=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E20A is #2A1DF5. Grayscale: #C6C6C6. Windows color (decimal): -2760182 or 713429. OLE color: 713429.
HSL color Cylindrical-coordinate representation of color #D5E20A: hue angle of 63.61º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5E20A is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 10 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.11 |
| HSL | 63.61º | 0.92% | 0.46% | - |
| HSV(B) | 63.61º | 0.96% | 0.89% | - |
| XYZ | 54.69 | 68.56 | 10.64 | - |
| YUV | 197.49 | 22.19 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 10 | 0.06 | 0 | 0.96 | 0.11 | 63.61 | 0.92 | 0.46 |
| Hex | D5 | E2 | A | 6 | 0 | 60 | B | 40 | 5C | 2E |
| Octal | 325 | 342 | 12 | 6 | 0 | 140 | 13 | 100 | 134 | 56 |
| Binary | 11010101 | 11100010 | 1010 | 110 | 0 | 1100000 | 1011 | 1000000 | 1011100 | 101110 |
Color Harmonies of #D5E20A
Complementary color
Monochromatic Colors of #D5E20A
Black with #D5E20A
Text Example
Text Example
White with #D5E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E20A; }
p { color: rgb(213,226,10); }
H1.HeaderClassName
{
color: #D5E20A;
}
.AnyTagClassName
{
color: #D5E20A;
}
</style>
background-color css
<style>
a { background-color: #D5E20A; }
a { background-color: rgb(213,226,10); }
div.DivClassName
{
background-color: #D5E20A;
}
.BgClassName
{
background-color: #D5E20A;
}
</style>
border-color css
<style>
span { border-color: #D5E20A; }
span { border-color: rgb(213,226,10); }
td.TdClassName
{
border-color: #D5E20A;
}
.TagClassName
{
border-color: #D5E20A;
}
</style>