Shades of Pear #DEF92C
Tints of Pear #DEF92C
RGB
CMYK
RGB Variations
Color information
#DEF92C (or 0xDEF92C) is known color: Pear. HEX triplet: DE, F9 and 2C. RGB value is (222,249,44). Sum of RGB (Red+Green+Blue) = 222+249+44=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF92C is #2106D3. Grayscale: #DADADA. Windows color (decimal): -2164436 or 2947550. OLE color: 2947550.
HSL color Cylindrical-coordinate representation of color #DEF92C: hue angle of 67.9º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEF92C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 44 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.02 |
| HSL | 67.9º | 0.94% | 0.57% | - |
| HSV(B) | 67.9º | 0.82% | 0.98% | - |
| XYZ | 64.45 | 83.46 | 15.1 | - |
| YUV | 217.56 | 30.05 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 44 | 0.11 | 0 | 0.82 | 0.02 | 67.9 | 0.94 | 0.57 |
| Hex | DE | F9 | 2C | B | 0 | 52 | 2 | 44 | 5E | 39 |
| Octal | 336 | 371 | 54 | 13 | 0 | 122 | 2 | 104 | 136 | 71 |
| Binary | 11011110 | 11111001 | 101100 | 1011 | 0 | 1010010 | 10 | 1000100 | 1011110 | 111001 |
Color Harmonies of #DEF92C
Complementary color
Monochromatic Colors of #DEF92C
Black with #DEF92C
Text Example
Text Example
White with #DEF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF92C; }
p { color: rgb(222,249,44); }
H1.HeaderClassName
{
color: #DEF92C;
}
.AnyTagClassName
{
color: #DEF92C;
}
</style>
background-color css
<style>
a { background-color: #DEF92C; }
a { background-color: rgb(222,249,44); }
div.DivClassName
{
background-color: #DEF92C;
}
.BgClassName
{
background-color: #DEF92C;
}
</style>
border-color css
<style>
span { border-color: #DEF92C; }
span { border-color: rgb(222,249,44); }
td.TdClassName
{
border-color: #DEF92C;
}
.TagClassName
{
border-color: #DEF92C;
}
</style>