Shades of Pear #DEF240
Tints of Pear #DEF240
RGB
CMYK
RGB Variations
Color information
#DEF240 (or 0xDEF240) is known color: Pear. HEX triplet: DE, F2 and 40. RGB value is (222,242,64). Sum of RGB (Red+Green+Blue) = 222+242+64=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF240 is #210DBF. Grayscale: #D8D8D8. Windows color (decimal): -2166208 or 4256478. OLE color: 4256478.
HSL color Cylindrical-coordinate representation of color #DEF240: hue angle of 66.74º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEF240 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 64 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.05 |
| HSL | 66.74º | 0.87% | 0.6% | - |
| HSV(B) | 66.74º | 0.74% | 0.95% | - |
| XYZ | 62.8 | 79.4 | 16.87 | - |
| YUV | 215.73 | 42.37 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 64 | 0.08 | 0 | 0.74 | 0.05 | 66.74 | 0.87 | 0.6 |
| Hex | DE | F2 | 40 | 8 | 0 | 4A | 5 | 43 | 57 | 3C |
| Octal | 336 | 362 | 100 | 10 | 0 | 112 | 5 | 103 | 127 | 74 |
| Binary | 11011110 | 11110010 | 1000000 | 1000 | 0 | 1001010 | 101 | 1000011 | 1010111 | 111100 |
Color Harmonies of #DEF240
Complementary color
Monochromatic Colors of #DEF240
Black with #DEF240
Text Example
Text Example
White with #DEF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF240; }
p { color: rgb(222,242,64); }
H1.HeaderClassName
{
color: #DEF240;
}
.AnyTagClassName
{
color: #DEF240;
}
</style>
background-color css
<style>
a { background-color: #DEF240; }
a { background-color: rgb(222,242,64); }
div.DivClassName
{
background-color: #DEF240;
}
.BgClassName
{
background-color: #DEF240;
}
</style>
border-color css
<style>
span { border-color: #DEF240; }
span { border-color: rgb(222,242,64); }
td.TdClassName
{
border-color: #DEF240;
}
.TagClassName
{
border-color: #DEF240;
}
</style>