Shades of Pear #DEFD28
Tints of Pear #DEFD28
RGB
CMYK
RGB Variations
Color information
#DEFD28 (or 0xDEFD28) is known color: Pear. HEX triplet: DE, FD and 28. RGB value is (222,253,40). Sum of RGB (Red+Green+Blue) = 222+253+40=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFD28 is #2102D7. Grayscale: #DCDCDC. Windows color (decimal): -2163416 or 2686430. OLE color: 2686430.
HSL color Cylindrical-coordinate representation of color #DEFD28: hue angle of 68.73º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEFD28 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 40 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.01 |
| HSL | 68.73º | 0.98% | 0.57% | - |
| HSV(B) | 68.73º | 0.84% | 0.99% | - |
| XYZ | 65.63 | 85.93 | 15.14 | - |
| YUV | 219.45 | 26.73 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 40 | 0.12 | 0 | 0.84 | 0.01 | 68.73 | 0.98 | 0.57 |
| Hex | DE | FD | 28 | C | 0 | 54 | 1 | 45 | 62 | 39 |
| Octal | 336 | 375 | 50 | 14 | 0 | 124 | 1 | 105 | 142 | 71 |
| Binary | 11011110 | 11111101 | 101000 | 1100 | 0 | 1010100 | 1 | 1000101 | 1100010 | 111001 |
Color Harmonies of #DEFD28
Complementary color
Monochromatic Colors of #DEFD28
Black with #DEFD28
Text Example
Text Example
White with #DEFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD28; }
p { color: rgb(222,253,40); }
H1.HeaderClassName
{
color: #DEFD28;
}
.AnyTagClassName
{
color: #DEFD28;
}
</style>
background-color css
<style>
a { background-color: #DEFD28; }
a { background-color: rgb(222,253,40); }
div.DivClassName
{
background-color: #DEFD28;
}
.BgClassName
{
background-color: #DEFD28;
}
</style>
border-color css
<style>
span { border-color: #DEFD28; }
span { border-color: rgb(222,253,40); }
td.TdClassName
{
border-color: #DEFD28;
}
.TagClassName
{
border-color: #DEFD28;
}
</style>