Shades of Chartreuse Yellow #D5E60F
Tints of Chartreuse Yellow #D5E60F
RGB
CMYK
RGB Variations
Color information
#D5E60F (or 0xD5E60F) is known color: Chartreuse Yellow. HEX triplet: D5, E6 and 0F. RGB value is (213,230,15). Sum of RGB (Red+Green+Blue) = 213+230+15=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5E60F is #2A19F0. Grayscale: #C9C9C9. Windows color (decimal): -2759153 or 1042133. OLE color: 1042133.
HSL color Cylindrical-coordinate representation of color #D5E60F: hue angle of 64.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5E60F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.10 |
| HSL | 64.74º | 0.88% | 0.48% | - |
| HSV(B) | 64.74º | 0.93% | 0.9% | - |
| XYZ | 55.82 | 70.77 | 11.17 | - |
| YUV | 200.41 | 23.37 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 15 | 0.07 | 0 | 0.93 | 0.10 | 64.74 | 0.88 | 0.48 |
| Hex | D5 | E6 | F | 7 | 0 | 5D | A | 41 | 58 | 30 |
| Octal | 325 | 346 | 17 | 7 | 0 | 135 | 12 | 101 | 130 | 60 |
| Binary | 11010101 | 11100110 | 1111 | 111 | 0 | 1011101 | 1010 | 1000001 | 1011000 | 110000 |
Color Harmonies of #D5E60F
Complementary color
Monochromatic Colors of #D5E60F
Black with #D5E60F
Text Example
Text Example
White with #D5E60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E60F; }
p { color: rgb(213,230,15); }
H1.HeaderClassName
{
color: #D5E60F;
}
.AnyTagClassName
{
color: #D5E60F;
}
</style>
background-color css
<style>
a { background-color: #D5E60F; }
a { background-color: rgb(213,230,15); }
div.DivClassName
{
background-color: #D5E60F;
}
.BgClassName
{
background-color: #D5E60F;
}
</style>
border-color css
<style>
span { border-color: #D5E60F; }
span { border-color: rgb(213,230,15); }
td.TdClassName
{
border-color: #D5E60F;
}
.TagClassName
{
border-color: #D5E60F;
}
</style>