Shades of Pear #DEFA2B
Tints of Pear #DEFA2B
RGB
CMYK
RGB Variations
Color information
#DEFA2B (or 0xDEFA2B) is known color: Pear. HEX triplet: DE, FA and 2B. RGB value is (222,250,43). Sum of RGB (Red+Green+Blue) = 222+250+43=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFA2B is #2105D4. Grayscale: #DADADA. Windows color (decimal): -2164181 or 2882270. OLE color: 2882270.
HSL color Cylindrical-coordinate representation of color #DEFA2B: hue angle of 68.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEFA2B is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 43 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.02 |
| HSL | 68.12º | 0.95% | 0.57% | - |
| HSV(B) | 68.12º | 0.83% | 0.98% | - |
| XYZ | 64.75 | 84.08 | 15.1 | - |
| YUV | 218.03 | 29.22 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 43 | 0.11 | 0 | 0.83 | 0.02 | 68.12 | 0.95 | 0.57 |
| Hex | DE | FA | 2B | B | 0 | 53 | 2 | 44 | 5F | 39 |
| Octal | 336 | 372 | 53 | 13 | 0 | 123 | 2 | 104 | 137 | 71 |
| Binary | 11011110 | 11111010 | 101011 | 1011 | 0 | 1010011 | 10 | 1000100 | 1011111 | 111001 |
Color Harmonies of #DEFA2B
Complementary color
Monochromatic Colors of #DEFA2B
Black with #DEFA2B
Text Example
Text Example
White with #DEFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA2B; }
p { color: rgb(222,250,43); }
H1.HeaderClassName
{
color: #DEFA2B;
}
.AnyTagClassName
{
color: #DEFA2B;
}
</style>
background-color css
<style>
a { background-color: #DEFA2B; }
a { background-color: rgb(222,250,43); }
div.DivClassName
{
background-color: #DEFA2B;
}
.BgClassName
{
background-color: #DEFA2B;
}
</style>
border-color css
<style>
span { border-color: #DEFA2B; }
span { border-color: rgb(222,250,43); }
td.TdClassName
{
border-color: #DEFA2B;
}
.TagClassName
{
border-color: #DEFA2B;
}
</style>