Shades of Pear #DEEE37
Tints of Pear #DEEE37
RGB
CMYK
RGB Variations
Color information
#DEEE37 (or 0xDEEE37) is known color: Pear. HEX triplet: DE, EE and 37. RGB value is (222,238,55). Sum of RGB (Red+Green+Blue) = 222+238+55=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE37 is #2111C8. Grayscale: #D5D5D5. Windows color (decimal): -2167241 or 3665630. OLE color: 3665630.
HSL color Cylindrical-coordinate representation of color #DEEE37: hue angle of 65.25º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEEE37 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 55 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.07 |
| HSL | 65.25º | 0.84% | 0.57% | - |
| HSV(B) | 65.25º | 0.77% | 0.93% | - |
| XYZ | 61.39 | 76.95 | 15.23 | - |
| YUV | 212.35 | 39.2 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 55 | 0.07 | 0 | 0.77 | 0.07 | 65.25 | 0.84 | 0.57 |
| Hex | DE | EE | 37 | 7 | 0 | 4D | 7 | 41 | 54 | 39 |
| Octal | 336 | 356 | 67 | 7 | 0 | 115 | 7 | 101 | 124 | 71 |
| Binary | 11011110 | 11101110 | 110111 | 111 | 0 | 1001101 | 111 | 1000001 | 1010100 | 111001 |
Color Harmonies of #DEEE37
Complementary color
Monochromatic Colors of #DEEE37
Black with #DEEE37
Text Example
Text Example
White with #DEEE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE37; }
p { color: rgb(222,238,55); }
H1.HeaderClassName
{
color: #DEEE37;
}
.AnyTagClassName
{
color: #DEEE37;
}
</style>
background-color css
<style>
a { background-color: #DEEE37; }
a { background-color: rgb(222,238,55); }
div.DivClassName
{
background-color: #DEEE37;
}
.BgClassName
{
background-color: #DEEE37;
}
</style>
border-color css
<style>
span { border-color: #DEEE37; }
span { border-color: rgb(222,238,55); }
td.TdClassName
{
border-color: #DEEE37;
}
.TagClassName
{
border-color: #DEEE37;
}
</style>