Shades of Pear #DEF63E
Tints of Pear #DEF63E
RGB
CMYK
RGB Variations
Color information
#DEF63E (or 0xDEF63E) is known color: Pear. HEX triplet: DE, F6 and 3E. RGB value is (222,246,62). Sum of RGB (Red+Green+Blue) = 222+246+62=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 62 (24.61% from 255 or 11.70% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF63E is #2109C1. Grayscale: #DADADA. Windows color (decimal): -2165186 or 4126430. OLE color: 4126430.
HSL color Cylindrical-coordinate representation of color #DEF63E: hue angle of 67.83º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEF63E is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 62 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.04 |
| HSL | 67.83º | 0.91% | 0.6% | - |
| HSV(B) | 67.83º | 0.75% | 0.96% | - |
| XYZ | 63.95 | 81.79 | 16.97 | - |
| YUV | 217.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 62 | 0.10 | 0 | 0.75 | 0.04 | 67.83 | 0.91 | 0.6 |
| Hex | DE | F6 | 3E | A | 0 | 4B | 4 | 44 | 5B | 3C |
| Octal | 336 | 366 | 76 | 12 | 0 | 113 | 4 | 104 | 133 | 74 |
| Binary | 11011110 | 11110110 | 111110 | 1010 | 0 | 1001011 | 100 | 1000100 | 1011011 | 111100 |
Color Harmonies of #DEF63E
Complementary color
Monochromatic Colors of #DEF63E
Black with #DEF63E
Text Example
Text Example
White with #DEF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF63E; }
p { color: rgb(222,246,62); }
H1.HeaderClassName
{
color: #DEF63E;
}
.AnyTagClassName
{
color: #DEF63E;
}
</style>
background-color css
<style>
a { background-color: #DEF63E; }
a { background-color: rgb(222,246,62); }
div.DivClassName
{
background-color: #DEF63E;
}
.BgClassName
{
background-color: #DEF63E;
}
</style>
border-color css
<style>
span { border-color: #DEF63E; }
span { border-color: rgb(222,246,62); }
td.TdClassName
{
border-color: #DEF63E;
}
.TagClassName
{
border-color: #DEF63E;
}
</style>