Shades of Chartreuse Yellow #D5DE00
Tints of Chartreuse Yellow #D5DE00
RGB
CMYK
RGB Variations
Color information
#D5DE00 (or 0xD5DE00) is known color: Chartreuse Yellow. HEX triplet: D5, DE and 00. RGB value is (213,222,0). Sum of RGB (Red+Green+Blue) = 213+222+0=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DE00 is #2A21FF. Grayscale: #C2C2C2. Windows color (decimal): -2761216 or 57045. OLE color: 57045.
HSL color Cylindrical-coordinate representation of color #D5DE00: hue angle of 62.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5DE00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.13 |
| HSL | 62.43º | 1% | 0.44% | - |
| HSV(B) | 62.43º | 1% | 0.87% | - |
| XYZ | 53.56 | 66.39 | 9.99 | - |
| YUV | 194 | 18.52 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 0 | 0.04 | 0 | 1 | 0.13 | 62.43 | 1 | 0.44 |
| Hex | D5 | DE | 0 | 4 | 0 | 64 | D | 3E | 64 | 2C |
| Octal | 325 | 336 | 0 | 4 | 0 | 144 | 15 | 76 | 144 | 54 |
| Binary | 11010101 | 11011110 | 0 | 100 | 0 | 1100100 | 1101 | 111110 | 1100100 | 101100 |
Color Harmonies of #D5DE00
Complementary color
Monochromatic Colors of #D5DE00
Black with #D5DE00
Text Example
Text Example
White with #D5DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DE00; }
p { color: rgb(213,222,0); }
H1.HeaderClassName
{
color: #D5DE00;
}
.AnyTagClassName
{
color: #D5DE00;
}
</style>
background-color css
<style>
a { background-color: #D5DE00; }
a { background-color: rgb(213,222,0); }
div.DivClassName
{
background-color: #D5DE00;
}
.BgClassName
{
background-color: #D5DE00;
}
</style>
border-color css
<style>
span { border-color: #D5DE00; }
span { border-color: rgb(213,222,0); }
td.TdClassName
{
border-color: #D5DE00;
}
.TagClassName
{
border-color: #D5DE00;
}
</style>