Shades of Pear #DEFA22
Tints of Pear #DEFA22
RGB
CMYK
RGB Variations
Color information
#DEFA22 (or 0xDEFA22) is known color: Pear. HEX triplet: DE, FA and 22. RGB value is (222,250,34). Sum of RGB (Red+Green+Blue) = 222+250+34=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 34 (13.67% from 255 or 6.72% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFA22 is #2105DD. Grayscale: #D9D9D9. Windows color (decimal): -2164190 or 2292446. OLE color: 2292446.
HSL color Cylindrical-coordinate representation of color #DEFA22: hue angle of 67.78º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEFA22 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 34 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.02 |
| HSL | 67.78º | 0.96% | 0.56% | - |
| HSV(B) | 67.78º | 0.86% | 0.98% | - |
| XYZ | 64.6 | 84.02 | 14.33 | - |
| YUV | 217 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 34 | 0.11 | 0 | 0.86 | 0.02 | 67.78 | 0.96 | 0.56 |
| Hex | DE | FA | 22 | B | 0 | 56 | 2 | 44 | 60 | 38 |
| Octal | 336 | 372 | 42 | 13 | 0 | 126 | 2 | 104 | 140 | 70 |
| Binary | 11011110 | 11111010 | 100010 | 1011 | 0 | 1010110 | 10 | 1000100 | 1100000 | 111000 |
Color Harmonies of #DEFA22
Complementary color
Monochromatic Colors of #DEFA22
Black with #DEFA22
Text Example
Text Example
White with #DEFA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA22; }
p { color: rgb(222,250,34); }
H1.HeaderClassName
{
color: #DEFA22;
}
.AnyTagClassName
{
color: #DEFA22;
}
</style>
background-color css
<style>
a { background-color: #DEFA22; }
a { background-color: rgb(222,250,34); }
div.DivClassName
{
background-color: #DEFA22;
}
.BgClassName
{
background-color: #DEFA22;
}
</style>
border-color css
<style>
span { border-color: #DEFA22; }
span { border-color: rgb(222,250,34); }
td.TdClassName
{
border-color: #DEFA22;
}
.TagClassName
{
border-color: #DEFA22;
}
</style>