Shades of Chartreuse Yellow #DEE70B
Tints of Chartreuse Yellow #DEE70B
RGB
CMYK
RGB Variations
Color information
#DEE70B (or 0xDEE70B) is known color: Chartreuse Yellow. HEX triplet: DE, E7 and 0B. RGB value is (222,231,11). Sum of RGB (Red+Green+Blue) = 222+231+11=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEE70B is #2118F4. Grayscale: #CCCCCC. Windows color (decimal): -2169077 or 780254. OLE color: 780254.
HSL color Cylindrical-coordinate representation of color #DEE70B: hue angle of 62.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEE70B is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 11 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.09 |
| HSL | 62.45º | 0.91% | 0.47% | - |
| HSV(B) | 62.45º | 0.95% | 0.91% | - |
| XYZ | 58.76 | 72.71 | 11.25 | - |
| YUV | 203.23 | 19.52 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 11 | 0.04 | 0 | 0.95 | 0.09 | 62.45 | 0.91 | 0.47 |
| Hex | DE | E7 | B | 4 | 0 | 5F | 9 | 3E | 5B | 2F |
| Octal | 336 | 347 | 13 | 4 | 0 | 137 | 11 | 76 | 133 | 57 |
| Binary | 11011110 | 11100111 | 1011 | 100 | 0 | 1011111 | 1001 | 111110 | 1011011 | 101111 |
Color Harmonies of #DEE70B
Complementary color
Monochromatic Colors of #DEE70B
Black with #DEE70B
Text Example
Text Example
White with #DEE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE70B; }
p { color: rgb(222,231,11); }
H1.HeaderClassName
{
color: #DEE70B;
}
.AnyTagClassName
{
color: #DEE70B;
}
</style>
background-color css
<style>
a { background-color: #DEE70B; }
a { background-color: rgb(222,231,11); }
div.DivClassName
{
background-color: #DEE70B;
}
.BgClassName
{
background-color: #DEE70B;
}
</style>
border-color css
<style>
span { border-color: #DEE70B; }
span { border-color: rgb(222,231,11); }
td.TdClassName
{
border-color: #DEE70B;
}
.TagClassName
{
border-color: #DEE70B;
}
</style>