Shades of Pear #DEE622
Tints of Pear #DEE622
RGB
CMYK
RGB Variations
Color information
#DEE622 (or 0xDEE622) is known color: Pear. HEX triplet: DE, E6 and 22. RGB value is (222,230,34). Sum of RGB (Red+Green+Blue) = 222+230+34=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE622 is #2119DD. Grayscale: #CECECE. Windows color (decimal): -2169310 or 2287326. OLE color: 2287326.
HSL color Cylindrical-coordinate representation of color #DEE622: hue angle of 62.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE622 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 34 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.10 |
| HSL | 62.45º | 0.8% | 0.52% | - |
| HSV(B) | 62.45º | 0.85% | 0.9% | - |
| XYZ | 58.71 | 72.24 | 12.36 | - |
| YUV | 205.26 | 31.35 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 34 | 0.03 | 0 | 0.85 | 0.10 | 62.45 | 0.8 | 0.52 |
| Hex | DE | E6 | 22 | 3 | 0 | 55 | A | 3E | 50 | 34 |
| Octal | 336 | 346 | 42 | 3 | 0 | 125 | 12 | 76 | 120 | 64 |
| Binary | 11011110 | 11100110 | 100010 | 11 | 0 | 1010101 | 1010 | 111110 | 1010000 | 110100 |
Color Harmonies of #DEE622
Complementary color
Monochromatic Colors of #DEE622
Black with #DEE622
Text Example
Text Example
White with #DEE622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE622; }
p { color: rgb(222,230,34); }
H1.HeaderClassName
{
color: #DEE622;
}
.AnyTagClassName
{
color: #DEE622;
}
</style>
background-color css
<style>
a { background-color: #DEE622; }
a { background-color: rgb(222,230,34); }
div.DivClassName
{
background-color: #DEE622;
}
.BgClassName
{
background-color: #DEE622;
}
</style>
border-color css
<style>
span { border-color: #DEE622; }
span { border-color: rgb(222,230,34); }
td.TdClassName
{
border-color: #DEE622;
}
.TagClassName
{
border-color: #DEE622;
}
</style>