Shades of Pear #DEEB32
Tints of Pear #DEEB32
RGB
CMYK
RGB Variations
Color information
#DEEB32 (or 0xDEEB32) is known color: Pear. HEX triplet: DE, EB and 32. RGB value is (222,235,50). Sum of RGB (Red+Green+Blue) = 222+235+50=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB32 is #2114CD. Grayscale: #D2D2D2. Windows color (decimal): -2168014 or 3337182. OLE color: 3337182.
HSL color Cylindrical-coordinate representation of color #DEEB32: hue angle of 64.22º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEEB32 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.08 |
| HSL | 64.22º | 0.82% | 0.56% | - |
| HSV(B) | 64.22º | 0.79% | 0.92% | - |
| XYZ | 60.41 | 75.18 | 14.34 | - |
| YUV | 210.02 | 37.69 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 50 | 0.06 | 0 | 0.79 | 0.08 | 64.22 | 0.82 | 0.56 |
| Hex | DE | EB | 32 | 6 | 0 | 4F | 8 | 40 | 52 | 38 |
| Octal | 336 | 353 | 62 | 6 | 0 | 117 | 10 | 100 | 122 | 70 |
| Binary | 11011110 | 11101011 | 110010 | 110 | 0 | 1001111 | 1000 | 1000000 | 1010010 | 111000 |
Color Harmonies of #DEEB32
Complementary color
Monochromatic Colors of #DEEB32
Black with #DEEB32
Text Example
Text Example
White with #DEEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB32; }
p { color: rgb(222,235,50); }
H1.HeaderClassName
{
color: #DEEB32;
}
.AnyTagClassName
{
color: #DEEB32;
}
</style>
background-color css
<style>
a { background-color: #DEEB32; }
a { background-color: rgb(222,235,50); }
div.DivClassName
{
background-color: #DEEB32;
}
.BgClassName
{
background-color: #DEEB32;
}
</style>
border-color css
<style>
span { border-color: #DEEB32; }
span { border-color: rgb(222,235,50); }
td.TdClassName
{
border-color: #DEEB32;
}
.TagClassName
{
border-color: #DEEB32;
}
</style>