Shades of Chartreuse Yellow #DEED0B
Tints of Chartreuse Yellow #DEED0B
RGB
CMYK
RGB Variations
Color information
#DEED0B (or 0xDEED0B) is known color: Chartreuse Yellow. HEX triplet: DE, ED and 0B. RGB value is (222,237,11). Sum of RGB (Red+Green+Blue) = 222+237+11=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEED0B is #2112F4. Grayscale: #CFCFCF. Windows color (decimal): -2167541 or 781790. OLE color: 781790.
HSL color Cylindrical-coordinate representation of color #DEED0B: hue angle of 63.98º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEED0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.07 |
| HSL | 63.98º | 0.91% | 0.49% | - |
| HSV(B) | 63.98º | 0.95% | 0.93% | - |
| XYZ | 60.47 | 76.12 | 11.82 | - |
| YUV | 206.75 | 17.53 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 11 | 0.06 | 0 | 0.95 | 0.07 | 63.98 | 0.91 | 0.49 |
| Hex | DE | ED | B | 6 | 0 | 5F | 7 | 40 | 5B | 31 |
| Octal | 336 | 355 | 13 | 6 | 0 | 137 | 7 | 100 | 133 | 61 |
| Binary | 11011110 | 11101101 | 1011 | 110 | 0 | 1011111 | 111 | 1000000 | 1011011 | 110001 |
Color Harmonies of #DEED0B
Complementary color
Monochromatic Colors of #DEED0B
Black with #DEED0B
Text Example
Text Example
White with #DEED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED0B; }
p { color: rgb(222,237,11); }
H1.HeaderClassName
{
color: #DEED0B;
}
.AnyTagClassName
{
color: #DEED0B;
}
</style>
background-color css
<style>
a { background-color: #DEED0B; }
a { background-color: rgb(222,237,11); }
div.DivClassName
{
background-color: #DEED0B;
}
.BgClassName
{
background-color: #DEED0B;
}
</style>
border-color css
<style>
span { border-color: #DEED0B; }
span { border-color: rgb(222,237,11); }
td.TdClassName
{
border-color: #DEED0B;
}
.TagClassName
{
border-color: #DEED0B;
}
</style>