Shades of Pear #DEF83F
Tints of Pear #DEF83F
RGB
CMYK
RGB Variations
Color information
#DEF83F (or 0xDEF83F) is known color: Pear. HEX triplet: DE, F8 and 3F. RGB value is (222,248,63). Sum of RGB (Red+Green+Blue) = 222+248+63=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 63 (25% from 255 or 11.82% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF83F is #2107C0. Grayscale: #DBDBDB. Windows color (decimal): -2164673 or 4192478. OLE color: 4192478.
HSL color Cylindrical-coordinate representation of color #DEF83F: hue angle of 68.43º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEF83F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 63 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.03 |
| HSL | 68.43º | 0.93% | 0.61% | - |
| HSV(B) | 68.43º | 0.75% | 0.97% | - |
| XYZ | 64.59 | 83.02 | 17.32 | - |
| YUV | 219.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 63 | 0.10 | 0 | 0.75 | 0.03 | 68.43 | 0.93 | 0.61 |
| Hex | DE | F8 | 3F | A | 0 | 4B | 3 | 44 | 5D | 3D |
| Octal | 336 | 370 | 77 | 12 | 0 | 113 | 3 | 104 | 135 | 75 |
| Binary | 11011110 | 11111000 | 111111 | 1010 | 0 | 1001011 | 11 | 1000100 | 1011101 | 111101 |
Color Harmonies of #DEF83F
Complementary color
Monochromatic Colors of #DEF83F
Black with #DEF83F
Text Example
Text Example
White with #DEF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF83F; }
p { color: rgb(222,248,63); }
H1.HeaderClassName
{
color: #DEF83F;
}
.AnyTagClassName
{
color: #DEF83F;
}
</style>
background-color css
<style>
a { background-color: #DEF83F; }
a { background-color: rgb(222,248,63); }
div.DivClassName
{
background-color: #DEF83F;
}
.BgClassName
{
background-color: #DEF83F;
}
</style>
border-color css
<style>
span { border-color: #DEF83F; }
span { border-color: rgb(222,248,63); }
td.TdClassName
{
border-color: #DEF83F;
}
.TagClassName
{
border-color: #DEF83F;
}
</style>