Shades of Pear #DEF21D
Tints of Pear #DEF21D
RGB
CMYK
RGB Variations
Color information
#DEF21D (or 0xDEF21D) is known color: Pear. HEX triplet: DE, F2 and 1D. RGB value is (222,242,29). Sum of RGB (Red+Green+Blue) = 222+242+29=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF21D is #210DE2. Grayscale: #D4D4D4. Windows color (decimal): -2166243 or 1962718. OLE color: 1962718.
HSL color Cylindrical-coordinate representation of color #DEF21D: hue angle of 65.63º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEF21D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 29 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.05 |
| HSL | 65.63º | 0.89% | 0.53% | - |
| HSV(B) | 65.63º | 0.88% | 0.95% | - |
| XYZ | 62.1 | 79.12 | 13.16 | - |
| YUV | 211.74 | 24.87 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 29 | 0.08 | 0 | 0.88 | 0.05 | 65.63 | 0.89 | 0.53 |
| Hex | DE | F2 | 1D | 8 | 0 | 58 | 5 | 42 | 59 | 35 |
| Octal | 336 | 362 | 35 | 10 | 0 | 130 | 5 | 102 | 131 | 65 |
| Binary | 11011110 | 11110010 | 11101 | 1000 | 0 | 1011000 | 101 | 1000010 | 1011001 | 110101 |
Color Harmonies of #DEF21D
Complementary color
Monochromatic Colors of #DEF21D
Black with #DEF21D
Text Example
Text Example
White with #DEF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF21D; }
p { color: rgb(222,242,29); }
H1.HeaderClassName
{
color: #DEF21D;
}
.AnyTagClassName
{
color: #DEF21D;
}
</style>
background-color css
<style>
a { background-color: #DEF21D; }
a { background-color: rgb(222,242,29); }
div.DivClassName
{
background-color: #DEF21D;
}
.BgClassName
{
background-color: #DEF21D;
}
</style>
border-color css
<style>
span { border-color: #DEF21D; }
span { border-color: rgb(222,242,29); }
td.TdClassName
{
border-color: #DEF21D;
}
.TagClassName
{
border-color: #DEF21D;
}
</style>