Shades of Pear #DEFB32
Tints of Pear #DEFB32
RGB
CMYK
RGB Variations
Color information
#DEFB32 (or 0xDEFB32) is known color: Pear. HEX triplet: DE, FB and 32. RGB value is (222,251,50). Sum of RGB (Red+Green+Blue) = 222+251+50=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFB32 is #2104CD. Grayscale: #DCDCDC. Windows color (decimal): -2163918 or 3341278. OLE color: 3341278.
HSL color Cylindrical-coordinate representation of color #DEFB32: hue angle of 68.66º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEFB32 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 50 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.02 |
| HSL | 68.66º | 0.96% | 0.59% | - |
| HSV(B) | 68.66º | 0.8% | 0.98% | - |
| XYZ | 65.2 | 84.75 | 15.94 | - |
| YUV | 219.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 50 | 0.12 | 0 | 0.80 | 0.02 | 68.66 | 0.96 | 0.59 |
| Hex | DE | FB | 32 | C | 0 | 50 | 2 | 45 | 60 | 3B |
| Octal | 336 | 373 | 62 | 14 | 0 | 120 | 2 | 105 | 140 | 73 |
| Binary | 11011110 | 11111011 | 110010 | 1100 | 0 | 1010000 | 10 | 1000101 | 1100000 | 111011 |
Color Harmonies of #DEFB32
Complementary color
Monochromatic Colors of #DEFB32
Black with #DEFB32
Text Example
Text Example
White with #DEFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB32; }
p { color: rgb(222,251,50); }
H1.HeaderClassName
{
color: #DEFB32;
}
.AnyTagClassName
{
color: #DEFB32;
}
</style>
background-color css
<style>
a { background-color: #DEFB32; }
a { background-color: rgb(222,251,50); }
div.DivClassName
{
background-color: #DEFB32;
}
.BgClassName
{
background-color: #DEFB32;
}
</style>
border-color css
<style>
span { border-color: #DEFB32; }
span { border-color: rgb(222,251,50); }
td.TdClassName
{
border-color: #DEFB32;
}
.TagClassName
{
border-color: #DEFB32;
}
</style>