Shades of Pear #DEF63D
Tints of Pear #DEF63D
RGB
CMYK
RGB Variations
Color information
#DEF63D (or 0xDEF63D) is known color: Pear. HEX triplet: DE, F6 and 3D. RGB value is (222,246,61). Sum of RGB (Red+Green+Blue) = 222+246+61=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF63D is #2109C2. Grayscale: #DADADA. Windows color (decimal): -2165187 or 4060894. OLE color: 4060894.
HSL color Cylindrical-coordinate representation of color #DEF63D: hue angle of 67.78º 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 #DEF63D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.04 |
| HSL | 67.78º | 0.91% | 0.6% | - |
| HSV(B) | 67.78º | 0.75% | 0.96% | - |
| XYZ | 63.92 | 81.78 | 16.83 | - |
| YUV | 217.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 61 | 0.10 | 0 | 0.75 | 0.04 | 67.78 | 0.91 | 0.6 |
| Hex | DE | F6 | 3D | A | 0 | 4B | 4 | 44 | 5B | 3C |
| Octal | 336 | 366 | 75 | 12 | 0 | 113 | 4 | 104 | 133 | 74 |
| Binary | 11011110 | 11110110 | 111101 | 1010 | 0 | 1001011 | 100 | 1000100 | 1011011 | 111100 |
Color Harmonies of #DEF63D
Complementary color
Monochromatic Colors of #DEF63D
Black with #DEF63D
Text Example
Text Example
White with #DEF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF63D; }
p { color: rgb(222,246,61); }
H1.HeaderClassName
{
color: #DEF63D;
}
.AnyTagClassName
{
color: #DEF63D;
}
</style>
background-color css
<style>
a { background-color: #DEF63D; }
a { background-color: rgb(222,246,61); }
div.DivClassName
{
background-color: #DEF63D;
}
.BgClassName
{
background-color: #DEF63D;
}
</style>
border-color css
<style>
span { border-color: #DEF63D; }
span { border-color: rgb(222,246,61); }
td.TdClassName
{
border-color: #DEF63D;
}
.TagClassName
{
border-color: #DEF63D;
}
</style>