Shades of Chartreuse Yellow #DEEF14
Tints of Chartreuse Yellow #DEEF14
RGB
CMYK
RGB Variations
Color information
#DEEF14 (or 0xDEEF14) is known color: Chartreuse Yellow. HEX triplet: DE, EF and 14. RGB value is (222,239,20). Sum of RGB (Red+Green+Blue) = 222+239+20=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEEF14 is #2110EB. Grayscale: #D1D1D1. Windows color (decimal): -2167020 or 1372126. OLE color: 1372126.
HSL color Cylindrical-coordinate representation of color #DEEF14: hue angle of 64.66º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEEF14 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 20 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.06 |
| HSL | 64.66º | 0.87% | 0.51% | - |
| HSV(B) | 64.66º | 0.92% | 0.94% | - |
| XYZ | 61.12 | 77.31 | 12.36 | - |
| YUV | 208.95 | 21.37 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 20 | 0.07 | 0 | 0.92 | 0.06 | 64.66 | 0.87 | 0.51 |
| Hex | DE | EF | 14 | 7 | 0 | 5C | 6 | 41 | 57 | 33 |
| Octal | 336 | 357 | 24 | 7 | 0 | 134 | 6 | 101 | 127 | 63 |
| Binary | 11011110 | 11101111 | 10100 | 111 | 0 | 1011100 | 110 | 1000001 | 1010111 | 110011 |
Color Harmonies of #DEEF14
Complementary color
Monochromatic Colors of #DEEF14
Black with #DEEF14
Text Example
Text Example
White with #DEEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF14; }
p { color: rgb(222,239,20); }
H1.HeaderClassName
{
color: #DEEF14;
}
.AnyTagClassName
{
color: #DEEF14;
}
</style>
background-color css
<style>
a { background-color: #DEEF14; }
a { background-color: rgb(222,239,20); }
div.DivClassName
{
background-color: #DEEF14;
}
.BgClassName
{
background-color: #DEEF14;
}
</style>
border-color css
<style>
span { border-color: #DEEF14; }
span { border-color: rgb(222,239,20); }
td.TdClassName
{
border-color: #DEEF14;
}
.TagClassName
{
border-color: #DEEF14;
}
</style>