Shades of Chartreuse Yellow #DEEB14
Tints of Chartreuse Yellow #DEEB14
RGB
CMYK
RGB Variations
Color information
#DEEB14 (or 0xDEEB14) is known color: Chartreuse Yellow. HEX triplet: DE, EB and 14. RGB value is (222,235,20). Sum of RGB (Red+Green+Blue) = 222+235+20=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEEB14 is #2114EB. Grayscale: #CFCFCF. Windows color (decimal): -2168044 or 1371102. OLE color: 1371102.
HSL color Cylindrical-coordinate representation of color #DEEB14: hue angle of 63.63º 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 #DEEB14 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.08 |
| HSL | 63.63º | 0.84% | 0.5% | - |
| HSV(B) | 63.63º | 0.91% | 0.92% | - |
| XYZ | 59.96 | 75 | 11.98 | - |
| YUV | 206.6 | 22.69 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 20 | 0.06 | 0 | 0.91 | 0.08 | 63.63 | 0.84 | 0.5 |
| Hex | DE | EB | 14 | 6 | 0 | 5B | 8 | 40 | 54 | 32 |
| Octal | 336 | 353 | 24 | 6 | 0 | 133 | 10 | 100 | 124 | 62 |
| Binary | 11011110 | 11101011 | 10100 | 110 | 0 | 1011011 | 1000 | 1000000 | 1010100 | 110010 |
Color Harmonies of #DEEB14
Complementary color
Monochromatic Colors of #DEEB14
Black with #DEEB14
Text Example
Text Example
White with #DEEB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB14; }
p { color: rgb(222,235,20); }
H1.HeaderClassName
{
color: #DEEB14;
}
.AnyTagClassName
{
color: #DEEB14;
}
</style>
background-color css
<style>
a { background-color: #DEEB14; }
a { background-color: rgb(222,235,20); }
div.DivClassName
{
background-color: #DEEB14;
}
.BgClassName
{
background-color: #DEEB14;
}
</style>
border-color css
<style>
span { border-color: #DEEB14; }
span { border-color: rgb(222,235,20); }
td.TdClassName
{
border-color: #DEEB14;
}
.TagClassName
{
border-color: #DEEB14;
}
</style>