Shades of Pear #DEFE25
Tints of Pear #DEFE25
RGB
CMYK
RGB Variations
Color information
#DEFE25 (or 0xDEFE25) is known color: Pear. HEX triplet: DE, FE and 25. RGB value is (222,254,37). Sum of RGB (Red+Green+Blue) = 222+254+37=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 37 (14.84% from 255 or 7.21% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE25 is #2101DA. Grayscale: #DCDCDC. Windows color (decimal): -2163163 or 2490078. OLE color: 2490078.
HSL color Cylindrical-coordinate representation of color #DEFE25: hue angle of 68.85º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEFE25 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 37 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.00 |
| HSL | 68.85º | 0.99% | 0.57% | - |
| HSV(B) | 68.85º | 0.85% | 1% | - |
| XYZ | 65.9 | 86.55 | 14.98 | - |
| YUV | 219.69 | 24.9 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 37 | 0.13 | 0 | 0.85 | 0.00 | 68.85 | 0.99 | 0.57 |
| Hex | DE | FE | 25 | D | 0 | 55 | 0 | 45 | 63 | 39 |
| Octal | 336 | 376 | 45 | 15 | 0 | 125 | 0 | 105 | 143 | 71 |
| Binary | 11011110 | 11111110 | 100101 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100011 | 111001 |
Color Harmonies of #DEFE25
Complementary color
Monochromatic Colors of #DEFE25
Black with #DEFE25
Text Example
Text Example
White with #DEFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE25; }
p { color: rgb(222,254,37); }
H1.HeaderClassName
{
color: #DEFE25;
}
.AnyTagClassName
{
color: #DEFE25;
}
</style>
background-color css
<style>
a { background-color: #DEFE25; }
a { background-color: rgb(222,254,37); }
div.DivClassName
{
background-color: #DEFE25;
}
.BgClassName
{
background-color: #DEFE25;
}
</style>
border-color css
<style>
span { border-color: #DEFE25; }
span { border-color: rgb(222,254,37); }
td.TdClassName
{
border-color: #DEFE25;
}
.TagClassName
{
border-color: #DEFE25;
}
</style>