Shades of Chartreuse Yellow #D4E50C
Tints of Chartreuse Yellow #D4E50C
RGB
CMYK
RGB Variations
Color information
#D4E50C (or 0xD4E50C) is known color: Chartreuse Yellow. HEX triplet: D4, E5 and 0C. RGB value is (212,229,12). Sum of RGB (Red+Green+Blue) = 212+229+12=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E50C is #2B1AF3. Grayscale: #C8C8C8. Windows color (decimal): -2824948 or 845268. OLE color: 845268.
HSL color Cylindrical-coordinate representation of color #D4E50C: hue angle of 64.7º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4E50C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.10 |
| HSL | 64.7º | 0.9% | 0.47% | - |
| HSV(B) | 64.7º | 0.95% | 0.9% | - |
| XYZ | 55.24 | 70.06 | 10.96 | - |
| YUV | 199.18 | 22.37 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 12 | 0.07 | 0 | 0.95 | 0.10 | 64.7 | 0.9 | 0.47 |
| Hex | D4 | E5 | C | 7 | 0 | 5F | A | 41 | 5A | 2F |
| Octal | 324 | 345 | 14 | 7 | 0 | 137 | 12 | 101 | 132 | 57 |
| Binary | 11010100 | 11100101 | 1100 | 111 | 0 | 1011111 | 1010 | 1000001 | 1011010 | 101111 |
Color Harmonies of #D4E50C
Complementary color
Monochromatic Colors of #D4E50C
Black with #D4E50C
Text Example
Text Example
White with #D4E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E50C; }
p { color: rgb(212,229,12); }
H1.HeaderClassName
{
color: #D4E50C;
}
.AnyTagClassName
{
color: #D4E50C;
}
</style>
background-color css
<style>
a { background-color: #D4E50C; }
a { background-color: rgb(212,229,12); }
div.DivClassName
{
background-color: #D4E50C;
}
.BgClassName
{
background-color: #D4E50C;
}
</style>
border-color css
<style>
span { border-color: #D4E50C; }
span { border-color: rgb(212,229,12); }
td.TdClassName
{
border-color: #D4E50C;
}
.TagClassName
{
border-color: #D4E50C;
}
</style>