Shades of Pear #DEE530
Tints of Pear #DEE530
RGB
CMYK
RGB Variations
Color information
#DEE530 (or 0xDEE530) is known color: Pear. HEX triplet: DE, E5 and 30. RGB value is (222,229,48). Sum of RGB (Red+Green+Blue) = 222+229+48=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE530 is #211ACF. Grayscale: #CECECE. Windows color (decimal): -2169552 or 3204574. OLE color: 3204574.
HSL color Cylindrical-coordinate representation of color #DEE530: hue angle of 62.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEE530 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 48 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.10 |
| HSL | 62.32º | 0.78% | 0.54% | - |
| HSV(B) | 62.32º | 0.79% | 0.9% | - |
| XYZ | 58.68 | 71.78 | 13.56 | - |
| YUV | 206.27 | 38.68 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 48 | 0.03 | 0 | 0.79 | 0.10 | 62.32 | 0.78 | 0.54 |
| Hex | DE | E5 | 30 | 3 | 0 | 4F | A | 3E | 4E | 36 |
| Octal | 336 | 345 | 60 | 3 | 0 | 117 | 12 | 76 | 116 | 66 |
| Binary | 11011110 | 11100101 | 110000 | 11 | 0 | 1001111 | 1010 | 111110 | 1001110 | 110110 |
Color Harmonies of #DEE530
Complementary color
Monochromatic Colors of #DEE530
Black with #DEE530
Text Example
Text Example
White with #DEE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE530; }
p { color: rgb(222,229,48); }
H1.HeaderClassName
{
color: #DEE530;
}
.AnyTagClassName
{
color: #DEE530;
}
</style>
background-color css
<style>
a { background-color: #DEE530; }
a { background-color: rgb(222,229,48); }
div.DivClassName
{
background-color: #DEE530;
}
.BgClassName
{
background-color: #DEE530;
}
</style>
border-color css
<style>
span { border-color: #DEE530; }
span { border-color: rgb(222,229,48); }
td.TdClassName
{
border-color: #DEE530;
}
.TagClassName
{
border-color: #DEE530;
}
</style>