Shades of Pear #DEFC40
Tints of Pear #DEFC40
RGB
CMYK
RGB Variations
Color information
#DEFC40 (or 0xDEFC40) is known color: Pear. HEX triplet: DE, FC and 40. RGB value is (222,252,64). Sum of RGB (Red+Green+Blue) = 222+252+64=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFC40 is #2103BF. Grayscale: #DEDEDE. Windows color (decimal): -2163648 or 4259038. OLE color: 4259038.
HSL color Cylindrical-coordinate representation of color #DEFC40: hue angle of 69.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEFC40 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 64 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.01 |
| HSL | 69.57º | 0.97% | 0.62% | - |
| HSV(B) | 69.57º | 0.75% | 0.99% | - |
| XYZ | 65.86 | 85.52 | 17.89 | - |
| YUV | 221.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 64 | 0.12 | 0 | 0.75 | 0.01 | 69.57 | 0.97 | 0.62 |
| Hex | DE | FC | 40 | C | 0 | 4B | 1 | 46 | 61 | 3E |
| Octal | 336 | 374 | 100 | 14 | 0 | 113 | 1 | 106 | 141 | 76 |
| Binary | 11011110 | 11111100 | 1000000 | 1100 | 0 | 1001011 | 1 | 1000110 | 1100001 | 111110 |
Color Harmonies of #DEFC40
Complementary color
Monochromatic Colors of #DEFC40
Black with #DEFC40
Text Example
Text Example
White with #DEFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC40; }
p { color: rgb(222,252,64); }
H1.HeaderClassName
{
color: #DEFC40;
}
.AnyTagClassName
{
color: #DEFC40;
}
</style>
background-color css
<style>
a { background-color: #DEFC40; }
a { background-color: rgb(222,252,64); }
div.DivClassName
{
background-color: #DEFC40;
}
.BgClassName
{
background-color: #DEFC40;
}
</style>
border-color css
<style>
span { border-color: #DEFC40; }
span { border-color: rgb(222,252,64); }
td.TdClassName
{
border-color: #DEFC40;
}
.TagClassName
{
border-color: #DEFC40;
}
</style>