Shades of Chartreuse Yellow #D7EE14
Tints of Chartreuse Yellow #D7EE14
RGB
CMYK
RGB Variations
Color information
#D7EE14 (or 0xD7EE14) is known color: Chartreuse Yellow. HEX triplet: D7, EE and 14. RGB value is (215,238,20). Sum of RGB (Red+Green+Blue) = 215+238+20=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7EE14 is #2811EB. Grayscale: #CFCFCF. Windows color (decimal): -2626028 or 1371863. OLE color: 1371863.
HSL color Cylindrical-coordinate representation of color #D7EE14: hue angle of 66.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7EE14 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 238 | 20 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.07 |
| HSL | 66.33º | 0.87% | 0.51% | - |
| HSV(B) | 66.33º | 0.92% | 0.93% | - |
| XYZ | 58.73 | 75.65 | 12.17 | - |
| YUV | 206.27 | 22.88 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 238 | 20 | 0.10 | 0 | 0.92 | 0.07 | 66.33 | 0.87 | 0.51 |
| Hex | D7 | EE | 14 | A | 0 | 5C | 7 | 42 | 57 | 33 |
| Octal | 327 | 356 | 24 | 12 | 0 | 134 | 7 | 102 | 127 | 63 |
| Binary | 11010111 | 11101110 | 10100 | 1010 | 0 | 1011100 | 111 | 1000010 | 1010111 | 110011 |
Color Harmonies of #D7EE14
Complementary color
Monochromatic Colors of #D7EE14
Black with #D7EE14
Text Example
Text Example
White with #D7EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EE14; }
p { color: rgb(215,238,20); }
H1.HeaderClassName
{
color: #D7EE14;
}
.AnyTagClassName
{
color: #D7EE14;
}
</style>
background-color css
<style>
a { background-color: #D7EE14; }
a { background-color: rgb(215,238,20); }
div.DivClassName
{
background-color: #D7EE14;
}
.BgClassName
{
background-color: #D7EE14;
}
</style>
border-color css
<style>
span { border-color: #D7EE14; }
span { border-color: rgb(215,238,20); }
td.TdClassName
{
border-color: #D7EE14;
}
.TagClassName
{
border-color: #D7EE14;
}
</style>