Shades of Chartreuse Yellow #D6EE14
Tints of Chartreuse Yellow #D6EE14
RGB
CMYK
RGB Variations
Color information
#D6EE14 (or 0xD6EE14) is known color: Chartreuse Yellow. HEX triplet: D6, EE and 14. RGB value is (214,238,20). Sum of RGB (Red+Green+Blue) = 214+238+20=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6EE14 is #2911EB. Grayscale: #CECECE. Windows color (decimal): -2691564 or 1371862. OLE color: 1371862.
HSL color Cylindrical-coordinate representation of color #D6EE14: hue angle of 66.61º 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 #D6EE14 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 20 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.07 |
| HSL | 66.61º | 0.87% | 0.51% | - |
| HSV(B) | 66.61º | 0.92% | 0.93% | - |
| XYZ | 58.43 | 75.5 | 12.15 | - |
| YUV | 205.97 | 23.05 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 20 | 0.10 | 0 | 0.92 | 0.07 | 66.61 | 0.87 | 0.51 |
| Hex | D6 | EE | 14 | A | 0 | 5C | 7 | 43 | 57 | 33 |
| Octal | 326 | 356 | 24 | 12 | 0 | 134 | 7 | 103 | 127 | 63 |
| Binary | 11010110 | 11101110 | 10100 | 1010 | 0 | 1011100 | 111 | 1000011 | 1010111 | 110011 |
Color Harmonies of #D6EE14
Complementary color
Monochromatic Colors of #D6EE14
Black with #D6EE14
Text Example
Text Example
White with #D6EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE14; }
p { color: rgb(214,238,20); }
H1.HeaderClassName
{
color: #D6EE14;
}
.AnyTagClassName
{
color: #D6EE14;
}
</style>
background-color css
<style>
a { background-color: #D6EE14; }
a { background-color: rgb(214,238,20); }
div.DivClassName
{
background-color: #D6EE14;
}
.BgClassName
{
background-color: #D6EE14;
}
</style>
border-color css
<style>
span { border-color: #D6EE14; }
span { border-color: rgb(214,238,20); }
td.TdClassName
{
border-color: #D6EE14;
}
.TagClassName
{
border-color: #D6EE14;
}
</style>