Shades of Chartreuse Yellow #D4E10C
Tints of Chartreuse Yellow #D4E10C
RGB
CMYK
RGB Variations
Color information
#D4E10C (or 0xD4E10C) is known color: Chartreuse Yellow. HEX triplet: D4, E1 and 0C. RGB value is (212,225,12). Sum of RGB (Red+Green+Blue) = 212+225+12=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E10C is #2B1EF3. Grayscale: #C5C5C5. Windows color (decimal): -2825972 or 844244. OLE color: 844244.
HSL color Cylindrical-coordinate representation of color #D4E10C: hue angle of 63.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4E10C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 12 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.12 |
| HSL | 63.66º | 0.9% | 0.46% | - |
| HSV(B) | 63.66º | 0.95% | 0.88% | - |
| XYZ | 54.14 | 67.87 | 10.6 | - |
| YUV | 196.83 | 23.69 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 12 | 0.06 | 0 | 0.95 | 0.12 | 63.66 | 0.9 | 0.46 |
| Hex | D4 | E1 | C | 6 | 0 | 5F | C | 40 | 5A | 2E |
| Octal | 324 | 341 | 14 | 6 | 0 | 137 | 14 | 100 | 132 | 56 |
| Binary | 11010100 | 11100001 | 1100 | 110 | 0 | 1011111 | 1100 | 1000000 | 1011010 | 101110 |
Color Harmonies of #D4E10C
Complementary color
Monochromatic Colors of #D4E10C
Black with #D4E10C
Text Example
Text Example
White with #D4E10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E10C; }
p { color: rgb(212,225,12); }
H1.HeaderClassName
{
color: #D4E10C;
}
.AnyTagClassName
{
color: #D4E10C;
}
</style>
background-color css
<style>
a { background-color: #D4E10C; }
a { background-color: rgb(212,225,12); }
div.DivClassName
{
background-color: #D4E10C;
}
.BgClassName
{
background-color: #D4E10C;
}
</style>
border-color css
<style>
span { border-color: #D4E10C; }
span { border-color: rgb(212,225,12); }
td.TdClassName
{
border-color: #D4E10C;
}
.TagClassName
{
border-color: #D4E10C;
}
</style>