Shades of Chartreuse Yellow #D7ED14
Tints of Chartreuse Yellow #D7ED14
RGB
CMYK
RGB Variations
Color information
#D7ED14 (or 0xD7ED14) is known color: Chartreuse Yellow. HEX triplet: D7, ED and 14. RGB value is (215,237,20). Sum of RGB (Red+Green+Blue) = 215+237+20=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7ED14 is #2812EB. Grayscale: #CECECE. Windows color (decimal): -2626284 or 1371607. OLE color: 1371607.
HSL color Cylindrical-coordinate representation of color #D7ED14: hue angle of 66.08º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7ED14 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 20 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.07 |
| HSL | 66.08º | 0.86% | 0.5% | - |
| HSV(B) | 66.08º | 0.92% | 0.93% | - |
| XYZ | 58.43 | 75.07 | 12.07 | - |
| YUV | 205.68 | 23.21 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 20 | 0.09 | 0 | 0.92 | 0.07 | 66.08 | 0.86 | 0.5 |
| Hex | D7 | ED | 14 | 9 | 0 | 5C | 7 | 42 | 56 | 32 |
| Octal | 327 | 355 | 24 | 11 | 0 | 134 | 7 | 102 | 126 | 62 |
| Binary | 11010111 | 11101101 | 10100 | 1001 | 0 | 1011100 | 111 | 1000010 | 1010110 | 110010 |
Color Harmonies of #D7ED14
Complementary color
Monochromatic Colors of #D7ED14
Black with #D7ED14
Text Example
Text Example
White with #D7ED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ED14; }
p { color: rgb(215,237,20); }
H1.HeaderClassName
{
color: #D7ED14;
}
.AnyTagClassName
{
color: #D7ED14;
}
</style>
background-color css
<style>
a { background-color: #D7ED14; }
a { background-color: rgb(215,237,20); }
div.DivClassName
{
background-color: #D7ED14;
}
.BgClassName
{
background-color: #D7ED14;
}
</style>
border-color css
<style>
span { border-color: #D7ED14; }
span { border-color: rgb(215,237,20); }
td.TdClassName
{
border-color: #D7ED14;
}
.TagClassName
{
border-color: #D7ED14;
}
</style>