Shades of Pear #DEFB41
Tints of Pear #DEFB41
RGB
CMYK
RGB Variations
Color information
#DEFB41 (or 0xDEFB41) is known color: Pear. HEX triplet: DE, FB and 41. RGB value is (222,251,65). Sum of RGB (Red+Green+Blue) = 222+251+65=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFB41 is #2104BE. Grayscale: #DDDDDD. Windows color (decimal): -2163903 or 4324318. OLE color: 4324318.
HSL color Cylindrical-coordinate representation of color #DEFB41: hue angle of 69.35º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEFB41 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 65 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.02 |
| HSL | 69.35º | 0.96% | 0.62% | - |
| HSV(B) | 69.35º | 0.74% | 0.98% | - |
| XYZ | 65.58 | 84.91 | 17.93 | - |
| YUV | 221.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 65 | 0.12 | 0 | 0.74 | 0.02 | 69.35 | 0.96 | 0.62 |
| Hex | DE | FB | 41 | C | 0 | 4A | 2 | 45 | 60 | 3E |
| Octal | 336 | 373 | 101 | 14 | 0 | 112 | 2 | 105 | 140 | 76 |
| Binary | 11011110 | 11111011 | 1000001 | 1100 | 0 | 1001010 | 10 | 1000101 | 1100000 | 111110 |
Color Harmonies of #DEFB41
Complementary color
Monochromatic Colors of #DEFB41
Black with #DEFB41
Text Example
Text Example
White with #DEFB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB41; }
p { color: rgb(222,251,65); }
H1.HeaderClassName
{
color: #DEFB41;
}
.AnyTagClassName
{
color: #DEFB41;
}
</style>
background-color css
<style>
a { background-color: #DEFB41; }
a { background-color: rgb(222,251,65); }
div.DivClassName
{
background-color: #DEFB41;
}
.BgClassName
{
background-color: #DEFB41;
}
</style>
border-color css
<style>
span { border-color: #DEFB41; }
span { border-color: rgb(222,251,65); }
td.TdClassName
{
border-color: #DEFB41;
}
.TagClassName
{
border-color: #DEFB41;
}
</style>