Shades of Pear #DEEA34
Tints of Pear #DEEA34
RGB
CMYK
RGB Variations
Color information
#DEEA34 (or 0xDEEA34) is known color: Pear. HEX triplet: DE, EA and 34. RGB value is (222,234,52). Sum of RGB (Red+Green+Blue) = 222+234+52=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA34 is #2115CB. Grayscale: #D2D2D2. Windows color (decimal): -2168268 or 3467998. OLE color: 3467998.
HSL color Cylindrical-coordinate representation of color #DEEA34: hue angle of 63.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEEA34 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 52 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.08 |
| HSL | 63.96º | 0.81% | 0.56% | - |
| HSV(B) | 63.96º | 0.78% | 0.92% | - |
| XYZ | 60.17 | 74.62 | 14.48 | - |
| YUV | 209.66 | 39.02 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 52 | 0.05 | 0 | 0.78 | 0.08 | 63.96 | 0.81 | 0.56 |
| Hex | DE | EA | 34 | 5 | 0 | 4E | 8 | 40 | 51 | 38 |
| Octal | 336 | 352 | 64 | 5 | 0 | 116 | 10 | 100 | 121 | 70 |
| Binary | 11011110 | 11101010 | 110100 | 101 | 0 | 1001110 | 1000 | 1000000 | 1010001 | 111000 |
Color Harmonies of #DEEA34
Complementary color
Monochromatic Colors of #DEEA34
Black with #DEEA34
Text Example
Text Example
White with #DEEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA34; }
p { color: rgb(222,234,52); }
H1.HeaderClassName
{
color: #DEEA34;
}
.AnyTagClassName
{
color: #DEEA34;
}
</style>
background-color css
<style>
a { background-color: #DEEA34; }
a { background-color: rgb(222,234,52); }
div.DivClassName
{
background-color: #DEEA34;
}
.BgClassName
{
background-color: #DEEA34;
}
</style>
border-color css
<style>
span { border-color: #DEEA34; }
span { border-color: rgb(222,234,52); }
td.TdClassName
{
border-color: #DEEA34;
}
.TagClassName
{
border-color: #DEEA34;
}
</style>