Shades of Pear #DEE22B
Tints of Pear #DEE22B
RGB
CMYK
RGB Variations
Color information
#DEE22B (or 0xDEE22B) is known color: Pear. HEX triplet: DE, E2 and 2B. RGB value is (222,226,43). Sum of RGB (Red+Green+Blue) = 222+226+43=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE22B is #211DD4. Grayscale: #CCCCCC. Windows color (decimal): -2170325 or 2876126. OLE color: 2876126.
HSL color Cylindrical-coordinate representation of color #DEE22B: hue angle of 61.31º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEE22B is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 226 | 43 | - |
CMYK | 0.02 | 0 | 0.81 | 0.11 |
HSL | 61.31º | 0.76% | 0.53% | - |
HSV(B) | 61.31º | 0.81% | 0.89% | - |
XYZ | 57.76 | 70.1 | 12.77 | - |
YUV | 203.94 | 37.17 | 140.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 43 | 0.02 | 0 | 0.81 | 0.11 | 61.31 | 0.76 | 0.53 |
Hex | DE | E2 | 2B | 2 | 0 | 51 | B | 3D | 4C | 35 |
Octal | 336 | 342 | 53 | 2 | 0 | 121 | 13 | 75 | 114 | 65 |
Binary | 11011110 | 11100010 | 101011 | 10 | 0 | 1010001 | 1011 | 111101 | 1001100 | 110101 |
Color Harmonies of #DEE22B
Complementary color
Monochromatic Colors of #DEE22B
Black with #DEE22B
Text Example
Text Example
White with #DEE22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE22B; }
p { color: rgb(222,226,43); }
H1.HeaderClassName
{
color: #DEE22B;
}
.AnyTagClassName
{
color: #DEE22B;
}
</style>
background-color css
<style>
a { background-color: #DEE22B; }
a { background-color: rgb(222,226,43); }
div.DivClassName
{
background-color: #DEE22B;
}
.BgClassName
{
background-color: #DEE22B;
}
</style>
border-color css
<style>
span { border-color: #DEE22B; }
span { border-color: rgb(222,226,43); }
td.TdClassName
{
border-color: #DEE22B;
}
.TagClassName
{
border-color: #DEE22B;
}
</style>