Shades of Pear #DEF636
Tints of Pear #DEF636
RGB
CMYK
RGB Variations
Color information
#DEF636 (or 0xDEF636) is known color: Pear. HEX triplet: DE, F6 and 36. RGB value is (222,246,54). Sum of RGB (Red+Green+Blue) = 222+246+54=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 54 (21.48% from 255 or 10.34% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF636 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF636 is #2109C9. Grayscale: #D9D9D9. Windows color (decimal): -2165194 or 3602142. OLE color: 3602142.
HSL color Cylindrical-coordinate representation of color #DEF636: hue angle of 67.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEF636 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 54 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.04 |
| HSL | 67.5º | 0.91% | 0.59% | - |
| HSV(B) | 67.5º | 0.78% | 0.96% | - |
| XYZ | 63.75 | 81.71 | 15.9 | - |
| YUV | 216.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 54 | 0.10 | 0 | 0.78 | 0.04 | 67.5 | 0.91 | 0.59 |
| Hex | DE | F6 | 36 | A | 0 | 4E | 4 | 44 | 5B | 3B |
| Octal | 336 | 366 | 66 | 12 | 0 | 116 | 4 | 104 | 133 | 73 |
| Binary | 11011110 | 11110110 | 110110 | 1010 | 0 | 1001110 | 100 | 1000100 | 1011011 | 111011 |
Color Harmonies of #DEF636
Complementary color
Monochromatic Colors of #DEF636
Black with #DEF636
Text Example
Text Example
White with #DEF636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF636; }
p { color: rgb(222,246,54); }
H1.HeaderClassName
{
color: #DEF636;
}
.AnyTagClassName
{
color: #DEF636;
}
</style>
background-color css
<style>
a { background-color: #DEF636; }
a { background-color: rgb(222,246,54); }
div.DivClassName
{
background-color: #DEF636;
}
.BgClassName
{
background-color: #DEF636;
}
</style>
border-color css
<style>
span { border-color: #DEF636; }
span { border-color: rgb(222,246,54); }
td.TdClassName
{
border-color: #DEF636;
}
.TagClassName
{
border-color: #DEF636;
}
</style>