Shades of Pear #DEFA25
Tints of Pear #DEFA25
RGB
CMYK
RGB Variations
Color information
#DEFA25 (or 0xDEFA25) is known color: Pear. HEX triplet: DE, FA and 25. RGB value is (222,250,37). Sum of RGB (Red+Green+Blue) = 222+250+37=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFA25 is #2105DA. Grayscale: #DADADA. Windows color (decimal): -2164187 or 2489054. OLE color: 2489054.
HSL color Cylindrical-coordinate representation of color #DEFA25: hue angle of 67.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEFA25 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 37 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.02 |
| HSL | 67.89º | 0.96% | 0.56% | - |
| HSV(B) | 67.89º | 0.85% | 0.98% | - |
| XYZ | 64.64 | 84.03 | 14.56 | - |
| YUV | 217.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 37 | 0.11 | 0 | 0.85 | 0.02 | 67.89 | 0.96 | 0.56 |
| Hex | DE | FA | 25 | B | 0 | 55 | 2 | 44 | 60 | 38 |
| Octal | 336 | 372 | 45 | 13 | 0 | 125 | 2 | 104 | 140 | 70 |
| Binary | 11011110 | 11111010 | 100101 | 1011 | 0 | 1010101 | 10 | 1000100 | 1100000 | 111000 |
Color Harmonies of #DEFA25
Complementary color
Monochromatic Colors of #DEFA25
Black with #DEFA25
Text Example
Text Example
White with #DEFA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA25; }
p { color: rgb(222,250,37); }
H1.HeaderClassName
{
color: #DEFA25;
}
.AnyTagClassName
{
color: #DEFA25;
}
</style>
background-color css
<style>
a { background-color: #DEFA25; }
a { background-color: rgb(222,250,37); }
div.DivClassName
{
background-color: #DEFA25;
}
.BgClassName
{
background-color: #DEFA25;
}
</style>
border-color css
<style>
span { border-color: #DEFA25; }
span { border-color: rgb(222,250,37); }
td.TdClassName
{
border-color: #DEFA25;
}
.TagClassName
{
border-color: #DEFA25;
}
</style>