Shades of Pear #DEF641
Tints of Pear #DEF641
RGB
CMYK
RGB Variations
Color information
#DEF641 (or 0xDEF641) is known color: Pear. HEX triplet: DE, F6 and 41. RGB value is (222,246,65). Sum of RGB (Red+Green+Blue) = 222+246+65=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 65 (25.78% from 255 or 12.20% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF641 is #2109BE. Grayscale: #DADADA. Windows color (decimal): -2165183 or 4323038. OLE color: 4323038.
HSL color Cylindrical-coordinate representation of color #DEF641: hue angle of 67.96º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEF641 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 65 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.04 |
| HSL | 67.96º | 0.91% | 0.61% | - |
| HSV(B) | 67.96º | 0.74% | 0.96% | - |
| XYZ | 64.03 | 81.82 | 17.42 | - |
| YUV | 218.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 65 | 0.10 | 0 | 0.74 | 0.04 | 67.96 | 0.91 | 0.61 |
| Hex | DE | F6 | 41 | A | 0 | 4A | 4 | 44 | 5B | 3D |
| Octal | 336 | 366 | 101 | 12 | 0 | 112 | 4 | 104 | 133 | 75 |
| Binary | 11011110 | 11110110 | 1000001 | 1010 | 0 | 1001010 | 100 | 1000100 | 1011011 | 111101 |
Color Harmonies of #DEF641
Complementary color
Monochromatic Colors of #DEF641
Black with #DEF641
Text Example
Text Example
White with #DEF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF641; }
p { color: rgb(222,246,65); }
H1.HeaderClassName
{
color: #DEF641;
}
.AnyTagClassName
{
color: #DEF641;
}
</style>
background-color css
<style>
a { background-color: #DEF641; }
a { background-color: rgb(222,246,65); }
div.DivClassName
{
background-color: #DEF641;
}
.BgClassName
{
background-color: #DEF641;
}
</style>
border-color css
<style>
span { border-color: #DEF641; }
span { border-color: rgb(222,246,65); }
td.TdClassName
{
border-color: #DEF641;
}
.TagClassName
{
border-color: #DEF641;
}
</style>