Shades of Chartreuse Yellow #D7E70C
Tints of Chartreuse Yellow #D7E70C
RGB
CMYK
RGB Variations
Color information
#D7E70C (or 0xD7E70C) is known color: Chartreuse Yellow. HEX triplet: D7, E7 and 0C. RGB value is (215,231,12). Sum of RGB (Red+Green+Blue) = 215+231+12=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7E70C is #2818F3. Grayscale: #CACACA. Windows color (decimal): -2627828 or 845783. OLE color: 845783.
HSL color Cylindrical-coordinate representation of color #D7E70C: hue angle of 64.38º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7E70C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 231 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.09 |
| HSL | 64.38º | 0.9% | 0.48% | - |
| HSV(B) | 64.38º | 0.95% | 0.91% | - |
| XYZ | 56.67 | 71.63 | 11.19 | - |
| YUV | 201.25 | 21.2 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 231 | 12 | 0.07 | 0 | 0.95 | 0.09 | 64.38 | 0.9 | 0.48 |
| Hex | D7 | E7 | C | 7 | 0 | 5F | 9 | 40 | 5A | 30 |
| Octal | 327 | 347 | 14 | 7 | 0 | 137 | 11 | 100 | 132 | 60 |
| Binary | 11010111 | 11100111 | 1100 | 111 | 0 | 1011111 | 1001 | 1000000 | 1011010 | 110000 |
Color Harmonies of #D7E70C
Complementary color
Monochromatic Colors of #D7E70C
Black with #D7E70C
Text Example
Text Example
White with #D7E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E70C; }
p { color: rgb(215,231,12); }
H1.HeaderClassName
{
color: #D7E70C;
}
.AnyTagClassName
{
color: #D7E70C;
}
</style>
background-color css
<style>
a { background-color: #D7E70C; }
a { background-color: rgb(215,231,12); }
div.DivClassName
{
background-color: #D7E70C;
}
.BgClassName
{
background-color: #D7E70C;
}
</style>
border-color css
<style>
span { border-color: #D7E70C; }
span { border-color: rgb(215,231,12); }
td.TdClassName
{
border-color: #D7E70C;
}
.TagClassName
{
border-color: #D7E70C;
}
</style>