Shades of Pear #DEF124
Tints of Pear #DEF124
RGB
CMYK
RGB Variations
Color information
#DEF124 (or 0xDEF124) is known color: Pear. HEX triplet: DE, F1 and 24. RGB value is (222,241,36). Sum of RGB (Red+Green+Blue) = 222+241+36=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF124 is #210EDB. Grayscale: #D4D4D4. Windows color (decimal): -2166492 or 2421214. OLE color: 2421214.
HSL color Cylindrical-coordinate representation of color #DEF124: hue angle of 65.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEF124 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 36 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.05 |
| HSL | 65.56º | 0.88% | 0.54% | - |
| HSV(B) | 65.56º | 0.85% | 0.95% | - |
| XYZ | 61.9 | 78.57 | 13.57 | - |
| YUV | 211.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 36 | 0.08 | 0 | 0.85 | 0.05 | 65.56 | 0.88 | 0.54 |
| Hex | DE | F1 | 24 | 8 | 0 | 55 | 5 | 42 | 58 | 36 |
| Octal | 336 | 361 | 44 | 10 | 0 | 125 | 5 | 102 | 130 | 66 |
| Binary | 11011110 | 11110001 | 100100 | 1000 | 0 | 1010101 | 101 | 1000010 | 1011000 | 110110 |
Color Harmonies of #DEF124
Complementary color
Monochromatic Colors of #DEF124
Black with #DEF124
Text Example
Text Example
White with #DEF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF124; }
p { color: rgb(222,241,36); }
H1.HeaderClassName
{
color: #DEF124;
}
.AnyTagClassName
{
color: #DEF124;
}
</style>
background-color css
<style>
a { background-color: #DEF124; }
a { background-color: rgb(222,241,36); }
div.DivClassName
{
background-color: #DEF124;
}
.BgClassName
{
background-color: #DEF124;
}
</style>
border-color css
<style>
span { border-color: #DEF124; }
span { border-color: rgb(222,241,36); }
td.TdClassName
{
border-color: #DEF124;
}
.TagClassName
{
border-color: #DEF124;
}
</style>