Shades of Chartreuse Yellow #D4E70A
Tints of Chartreuse Yellow #D4E70A
RGB
CMYK
RGB Variations
Color information
#D4E70A (or 0xD4E70A) is known color: Chartreuse Yellow. HEX triplet: D4, E7 and 0A. RGB value is (212,231,10). Sum of RGB (Red+Green+Blue) = 212+231+10=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4E70A is #2B18F5. Grayscale: #C8C8C8. Windows color (decimal): -2824438 or 714708. OLE color: 714708.
HSL color Cylindrical-coordinate representation of color #D4E70A: hue angle of 65.16º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4E70A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 10 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.09 |
| HSL | 65.16º | 0.92% | 0.47% | - |
| HSV(B) | 65.16º | 0.96% | 0.91% | - |
| XYZ | 55.78 | 71.17 | 11.08 | - |
| YUV | 200.13 | 20.71 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 10 | 0.08 | 0 | 0.96 | 0.09 | 65.16 | 0.92 | 0.47 |
| Hex | D4 | E7 | A | 8 | 0 | 60 | 9 | 41 | 5C | 2F |
| Octal | 324 | 347 | 12 | 10 | 0 | 140 | 11 | 101 | 134 | 57 |
| Binary | 11010100 | 11100111 | 1010 | 1000 | 0 | 1100000 | 1001 | 1000001 | 1011100 | 101111 |
Color Harmonies of #D4E70A
Complementary color
Monochromatic Colors of #D4E70A
Black with #D4E70A
Text Example
Text Example
White with #D4E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E70A; }
p { color: rgb(212,231,10); }
H1.HeaderClassName
{
color: #D4E70A;
}
.AnyTagClassName
{
color: #D4E70A;
}
</style>
background-color css
<style>
a { background-color: #D4E70A; }
a { background-color: rgb(212,231,10); }
div.DivClassName
{
background-color: #D4E70A;
}
.BgClassName
{
background-color: #D4E70A;
}
</style>
border-color css
<style>
span { border-color: #D4E70A; }
span { border-color: rgb(212,231,10); }
td.TdClassName
{
border-color: #D4E70A;
}
.TagClassName
{
border-color: #D4E70A;
}
</style>