Shades of Chartreuse Yellow #DEEB0D
Tints of Chartreuse Yellow #DEEB0D
RGB
CMYK
RGB Variations
Color information
#DEEB0D (or 0xDEEB0D) is known color: Chartreuse Yellow. HEX triplet: DE, EB and 0D. RGB value is (222,235,13). Sum of RGB (Red+Green+Blue) = 222+235+13=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEEB0D is #2114F2. Grayscale: #CECECE. Windows color (decimal): -2168051 or 912350. OLE color: 912350.
HSL color Cylindrical-coordinate representation of color #DEEB0D: hue angle of 63.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEEB0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.08 |
| HSL | 63.51º | 0.9% | 0.49% | - |
| HSV(B) | 63.51º | 0.94% | 0.92% | - |
| XYZ | 59.91 | 74.98 | 11.7 | - |
| YUV | 205.81 | 19.19 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 13 | 0.06 | 0 | 0.94 | 0.08 | 63.51 | 0.9 | 0.49 |
| Hex | DE | EB | D | 6 | 0 | 5E | 8 | 40 | 5A | 31 |
| Octal | 336 | 353 | 15 | 6 | 0 | 136 | 10 | 100 | 132 | 61 |
| Binary | 11011110 | 11101011 | 1101 | 110 | 0 | 1011110 | 1000 | 1000000 | 1011010 | 110001 |
Color Harmonies of #DEEB0D
Complementary color
Monochromatic Colors of #DEEB0D
Black with #DEEB0D
Text Example
Text Example
White with #DEEB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB0D; }
p { color: rgb(222,235,13); }
H1.HeaderClassName
{
color: #DEEB0D;
}
.AnyTagClassName
{
color: #DEEB0D;
}
</style>
background-color css
<style>
a { background-color: #DEEB0D; }
a { background-color: rgb(222,235,13); }
div.DivClassName
{
background-color: #DEEB0D;
}
.BgClassName
{
background-color: #DEEB0D;
}
</style>
border-color css
<style>
span { border-color: #DEEB0D; }
span { border-color: rgb(222,235,13); }
td.TdClassName
{
border-color: #DEEB0D;
}
.TagClassName
{
border-color: #DEEB0D;
}
</style>