Shades of Pear #DEEE32
Tints of Pear #DEEE32
RGB
CMYK
RGB Variations
Color information
#DEEE32 (or 0xDEEE32) is known color: Pear. HEX triplet: DE, EE and 32. RGB value is (222,238,50). Sum of RGB (Red+Green+Blue) = 222+238+50=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE32 is #2111CD. Grayscale: #D4D4D4. Windows color (decimal): -2167246 or 3337950. OLE color: 3337950.
HSL color Cylindrical-coordinate representation of color #DEEE32: hue angle of 65.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEEE32 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 50 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.07 |
| HSL | 65.11º | 0.85% | 0.56% | - |
| HSV(B) | 65.11º | 0.79% | 0.93% | - |
| XYZ | 61.27 | 76.91 | 14.63 | - |
| YUV | 211.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 50 | 0.07 | 0 | 0.79 | 0.07 | 65.11 | 0.85 | 0.56 |
| Hex | DE | EE | 32 | 7 | 0 | 4F | 7 | 41 | 55 | 38 |
| Octal | 336 | 356 | 62 | 7 | 0 | 117 | 7 | 101 | 125 | 70 |
| Binary | 11011110 | 11101110 | 110010 | 111 | 0 | 1001111 | 111 | 1000001 | 1010101 | 111000 |
Color Harmonies of #DEEE32
Complementary color
Monochromatic Colors of #DEEE32
Black with #DEEE32
Text Example
Text Example
White with #DEEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE32; }
p { color: rgb(222,238,50); }
H1.HeaderClassName
{
color: #DEEE32;
}
.AnyTagClassName
{
color: #DEEE32;
}
</style>
background-color css
<style>
a { background-color: #DEEE32; }
a { background-color: rgb(222,238,50); }
div.DivClassName
{
background-color: #DEEE32;
}
.BgClassName
{
background-color: #DEEE32;
}
</style>
border-color css
<style>
span { border-color: #DEEE32; }
span { border-color: rgb(222,238,50); }
td.TdClassName
{
border-color: #DEEE32;
}
.TagClassName
{
border-color: #DEEE32;
}
</style>