Shades of Pear #DEF024
Tints of Pear #DEF024
RGB
CMYK
RGB Variations
Color information
#DEF024 (or 0xDEF024) is known color: Pear. HEX triplet: DE, F0 and 24. RGB value is (222,240,36). Sum of RGB (Red+Green+Blue) = 222+240+36=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF024 is #210FDB. Grayscale: #D4D4D4. Windows color (decimal): -2166748 or 2420958. OLE color: 2420958.
HSL color Cylindrical-coordinate representation of color #DEF024: hue angle of 65.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEF024 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 36 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.06 |
| HSL | 65.29º | 0.87% | 0.54% | - |
| HSV(B) | 65.29º | 0.85% | 0.94% | - |
| XYZ | 61.6 | 77.98 | 13.47 | - |
| YUV | 211.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 36 | 0.08 | 0 | 0.85 | 0.06 | 65.29 | 0.87 | 0.54 |
| Hex | DE | F0 | 24 | 8 | 0 | 55 | 6 | 41 | 57 | 36 |
| Octal | 336 | 360 | 44 | 10 | 0 | 125 | 6 | 101 | 127 | 66 |
| Binary | 11011110 | 11110000 | 100100 | 1000 | 0 | 1010101 | 110 | 1000001 | 1010111 | 110110 |
Color Harmonies of #DEF024
Complementary color
Monochromatic Colors of #DEF024
Black with #DEF024
Text Example
Text Example
White with #DEF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF024; }
p { color: rgb(222,240,36); }
H1.HeaderClassName
{
color: #DEF024;
}
.AnyTagClassName
{
color: #DEF024;
}
</style>
background-color css
<style>
a { background-color: #DEF024; }
a { background-color: rgb(222,240,36); }
div.DivClassName
{
background-color: #DEF024;
}
.BgClassName
{
background-color: #DEF024;
}
</style>
border-color css
<style>
span { border-color: #DEF024; }
span { border-color: rgb(222,240,36); }
td.TdClassName
{
border-color: #DEF024;
}
.TagClassName
{
border-color: #DEF024;
}
</style>