Shades of Pear #DEED38
Tints of Pear #DEED38
RGB
CMYK
RGB Variations
Color information
#DEED38 (or 0xDEED38) is known color: Pear. HEX triplet: DE, ED and 38. RGB value is (222,237,56). Sum of RGB (Red+Green+Blue) = 222+237+56=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED38 is #2112C7. Grayscale: #D4D4D4. Windows color (decimal): -2167496 or 3730910. OLE color: 3730910.
HSL color Cylindrical-coordinate representation of color #DEED38: hue angle of 64.97º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEED38 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 56 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.07 |
| HSL | 64.97º | 0.83% | 0.57% | - |
| HSV(B) | 64.97º | 0.76% | 0.93% | - |
| XYZ | 61.12 | 76.38 | 15.26 | - |
| YUV | 211.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 56 | 0.06 | 0 | 0.76 | 0.07 | 64.97 | 0.83 | 0.57 |
| Hex | DE | ED | 38 | 6 | 0 | 4C | 7 | 41 | 53 | 39 |
| Octal | 336 | 355 | 70 | 6 | 0 | 114 | 7 | 101 | 123 | 71 |
| Binary | 11011110 | 11101101 | 111000 | 110 | 0 | 1001100 | 111 | 1000001 | 1010011 | 111001 |
Color Harmonies of #DEED38
Complementary color
Monochromatic Colors of #DEED38
Black with #DEED38
Text Example
Text Example
White with #DEED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED38; }
p { color: rgb(222,237,56); }
H1.HeaderClassName
{
color: #DEED38;
}
.AnyTagClassName
{
color: #DEED38;
}
</style>
background-color css
<style>
a { background-color: #DEED38; }
a { background-color: rgb(222,237,56); }
div.DivClassName
{
background-color: #DEED38;
}
.BgClassName
{
background-color: #DEED38;
}
</style>
border-color css
<style>
span { border-color: #DEED38; }
span { border-color: rgb(222,237,56); }
td.TdClassName
{
border-color: #DEED38;
}
.TagClassName
{
border-color: #DEED38;
}
</style>