Shades of Pear #DEF524
Tints of Pear #DEF524
RGB
CMYK
RGB Variations
Color information
#DEF524 (or 0xDEF524) is known color: Pear. HEX triplet: DE, F5 and 24. RGB value is (222,245,36). Sum of RGB (Red+Green+Blue) = 222+245+36=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF524 is #210ADB. Grayscale: #D7D7D7. Windows color (decimal): -2165468 or 2422238. OLE color: 2422238.
HSL color Cylindrical-coordinate representation of color #DEF524: hue angle of 66.6º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEF524 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 36 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.04 |
| HSL | 66.6º | 0.91% | 0.55% | - |
| HSV(B) | 66.6º | 0.85% | 0.96% | - |
| XYZ | 63.1 | 80.96 | 13.97 | - |
| YUV | 214.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 36 | 0.09 | 0 | 0.85 | 0.04 | 66.6 | 0.91 | 0.55 |
| Hex | DE | F5 | 24 | 9 | 0 | 55 | 4 | 43 | 5B | 37 |
| Octal | 336 | 365 | 44 | 11 | 0 | 125 | 4 | 103 | 133 | 67 |
| Binary | 11011110 | 11110101 | 100100 | 1001 | 0 | 1010101 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DEF524
Complementary color
Monochromatic Colors of #DEF524
Black with #DEF524
Text Example
Text Example
White with #DEF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF524; }
p { color: rgb(222,245,36); }
H1.HeaderClassName
{
color: #DEF524;
}
.AnyTagClassName
{
color: #DEF524;
}
</style>
background-color css
<style>
a { background-color: #DEF524; }
a { background-color: rgb(222,245,36); }
div.DivClassName
{
background-color: #DEF524;
}
.BgClassName
{
background-color: #DEF524;
}
</style>
border-color css
<style>
span { border-color: #DEF524; }
span { border-color: rgb(222,245,36); }
td.TdClassName
{
border-color: #DEF524;
}
.TagClassName
{
border-color: #DEF524;
}
</style>