Shades of Chartreuse Yellow #D7EA14
Tints of Chartreuse Yellow #D7EA14
RGB
CMYK
RGB Variations
Color information
#D7EA14 (or 0xD7EA14) is known color: Chartreuse Yellow. HEX triplet: D7, EA and 14. RGB value is (215,234,20). Sum of RGB (Red+Green+Blue) = 215+234+20=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7EA14 is #2815EB. Grayscale: #CCCCCC. Windows color (decimal): -2627052 or 1370839. OLE color: 1370839.
HSL color Cylindrical-coordinate representation of color #D7EA14: hue angle of 65.33º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7EA14 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 20 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.08 |
| HSL | 65.33º | 0.84% | 0.5% | - |
| HSV(B) | 65.33º | 0.91% | 0.92% | - |
| XYZ | 57.57 | 73.34 | 11.78 | - |
| YUV | 203.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 20 | 0.08 | 0 | 0.91 | 0.08 | 65.33 | 0.84 | 0.5 |
| Hex | D7 | EA | 14 | 8 | 0 | 5B | 8 | 41 | 54 | 32 |
| Octal | 327 | 352 | 24 | 10 | 0 | 133 | 10 | 101 | 124 | 62 |
| Binary | 11010111 | 11101010 | 10100 | 1000 | 0 | 1011011 | 1000 | 1000001 | 1010100 | 110010 |
Color Harmonies of #D7EA14
Complementary color
Monochromatic Colors of #D7EA14
Black with #D7EA14
Text Example
Text Example
White with #D7EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA14; }
p { color: rgb(215,234,20); }
H1.HeaderClassName
{
color: #D7EA14;
}
.AnyTagClassName
{
color: #D7EA14;
}
</style>
background-color css
<style>
a { background-color: #D7EA14; }
a { background-color: rgb(215,234,20); }
div.DivClassName
{
background-color: #D7EA14;
}
.BgClassName
{
background-color: #D7EA14;
}
</style>
border-color css
<style>
span { border-color: #D7EA14; }
span { border-color: rgb(215,234,20); }
td.TdClassName
{
border-color: #D7EA14;
}
.TagClassName
{
border-color: #D7EA14;
}
</style>