Shades of Pear #DEF42D
Tints of Pear #DEF42D
RGB
CMYK
RGB Variations
Color information
#DEF42D (or 0xDEF42D) is known color: Pear. HEX triplet: DE, F4 and 2D. RGB value is (222,244,45). Sum of RGB (Red+Green+Blue) = 222+244+45=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF42D is #210BD2. Grayscale: #D7D7D7. Windows color (decimal): -2165715 or 3011806. OLE color: 3011806.
HSL color Cylindrical-coordinate representation of color #DEF42D: hue angle of 66.63º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEF42D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 45 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.04 |
| HSL | 66.63º | 0.9% | 0.57% | - |
| HSV(B) | 66.63º | 0.82% | 0.96% | - |
| XYZ | 62.95 | 80.42 | 14.69 | - |
| YUV | 214.74 | 32.21 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 45 | 0.09 | 0 | 0.82 | 0.04 | 66.63 | 0.9 | 0.57 |
| Hex | DE | F4 | 2D | 9 | 0 | 52 | 4 | 43 | 5A | 39 |
| Octal | 336 | 364 | 55 | 11 | 0 | 122 | 4 | 103 | 132 | 71 |
| Binary | 11011110 | 11110100 | 101101 | 1001 | 0 | 1010010 | 100 | 1000011 | 1011010 | 111001 |
Color Harmonies of #DEF42D
Complementary color
Monochromatic Colors of #DEF42D
Black with #DEF42D
Text Example
Text Example
White with #DEF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF42D; }
p { color: rgb(222,244,45); }
H1.HeaderClassName
{
color: #DEF42D;
}
.AnyTagClassName
{
color: #DEF42D;
}
</style>
background-color css
<style>
a { background-color: #DEF42D; }
a { background-color: rgb(222,244,45); }
div.DivClassName
{
background-color: #DEF42D;
}
.BgClassName
{
background-color: #DEF42D;
}
</style>
border-color css
<style>
span { border-color: #DEF42D; }
span { border-color: rgb(222,244,45); }
td.TdClassName
{
border-color: #DEF42D;
}
.TagClassName
{
border-color: #DEF42D;
}
</style>