Shades of Pear #DEF63B
Tints of Pear #DEF63B
RGB
CMYK
RGB Variations
Color information
#DEF63B (or 0xDEF63B) is known color: Pear. HEX triplet: DE, F6 and 3B. RGB value is (222,246,59). Sum of RGB (Red+Green+Blue) = 222+246+59=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF63B is #2109C4. Grayscale: #DADADA. Windows color (decimal): -2165189 or 3929822. OLE color: 3929822.
HSL color Cylindrical-coordinate representation of color #DEF63B: hue angle of 67.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEF63B is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 59 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.04 |
| HSL | 67.7º | 0.91% | 0.6% | - |
| HSV(B) | 67.7º | 0.76% | 0.96% | - |
| XYZ | 63.87 | 81.76 | 16.55 | - |
| YUV | 217.51 | 38.55 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 59 | 0.10 | 0 | 0.76 | 0.04 | 67.7 | 0.91 | 0.6 |
| Hex | DE | F6 | 3B | A | 0 | 4C | 4 | 44 | 5B | 3C |
| Octal | 336 | 366 | 73 | 12 | 0 | 114 | 4 | 104 | 133 | 74 |
| Binary | 11011110 | 11110110 | 111011 | 1010 | 0 | 1001100 | 100 | 1000100 | 1011011 | 111100 |
Color Harmonies of #DEF63B
Complementary color
Monochromatic Colors of #DEF63B
Black with #DEF63B
Text Example
Text Example
White with #DEF63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF63B; }
p { color: rgb(222,246,59); }
H1.HeaderClassName
{
color: #DEF63B;
}
.AnyTagClassName
{
color: #DEF63B;
}
</style>
background-color css
<style>
a { background-color: #DEF63B; }
a { background-color: rgb(222,246,59); }
div.DivClassName
{
background-color: #DEF63B;
}
.BgClassName
{
background-color: #DEF63B;
}
</style>
border-color css
<style>
span { border-color: #DEF63B; }
span { border-color: rgb(222,246,59); }
td.TdClassName
{
border-color: #DEF63B;
}
.TagClassName
{
border-color: #DEF63B;
}
</style>