Shades of Pear #DEF526
Tints of Pear #DEF526
RGB
CMYK
RGB Variations
Color information
#DEF526 (or 0xDEF526) is known color: Pear. HEX triplet: DE, F5 and 26. RGB value is (222,245,38). Sum of RGB (Red+Green+Blue) = 222+245+38=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 38 (15.23% from 255 or 7.52% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF526 is #210AD9. Grayscale: #D7D7D7. Windows color (decimal): -2165466 or 2553310. OLE color: 2553310.
HSL color Cylindrical-coordinate representation of color #DEF526: hue angle of 66.67º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEF526 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 38 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.04 |
| HSL | 66.67º | 0.91% | 0.55% | - |
| HSV(B) | 66.67º | 0.84% | 0.96% | - |
| XYZ | 63.13 | 80.97 | 14.14 | - |
| YUV | 214.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 38 | 0.09 | 0 | 0.84 | 0.04 | 66.67 | 0.91 | 0.55 |
| Hex | DE | F5 | 26 | 9 | 0 | 54 | 4 | 43 | 5B | 37 |
| Octal | 336 | 365 | 46 | 11 | 0 | 124 | 4 | 103 | 133 | 67 |
| Binary | 11011110 | 11110101 | 100110 | 1001 | 0 | 1010100 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DEF526
Complementary color
Monochromatic Colors of #DEF526
Black with #DEF526
Text Example
Text Example
White with #DEF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF526; }
p { color: rgb(222,245,38); }
H1.HeaderClassName
{
color: #DEF526;
}
.AnyTagClassName
{
color: #DEF526;
}
</style>
background-color css
<style>
a { background-color: #DEF526; }
a { background-color: rgb(222,245,38); }
div.DivClassName
{
background-color: #DEF526;
}
.BgClassName
{
background-color: #DEF526;
}
</style>
border-color css
<style>
span { border-color: #DEF526; }
span { border-color: rgb(222,245,38); }
td.TdClassName
{
border-color: #DEF526;
}
.TagClassName
{
border-color: #DEF526;
}
</style>