Shades of Pear #DEF83D
Tints of Pear #DEF83D
RGB
CMYK
RGB Variations
Color information
#DEF83D (or 0xDEF83D) is known color: Pear. HEX triplet: DE, F8 and 3D. RGB value is (222,248,61). Sum of RGB (Red+Green+Blue) = 222+248+61=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF83D is #2107C2. Grayscale: #DBDBDB. Windows color (decimal): -2164675 or 4061406. OLE color: 4061406.
HSL color Cylindrical-coordinate representation of color #DEF83D: hue angle of 68.34º 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 #DEF83D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.03 |
| HSL | 68.34º | 0.93% | 0.61% | - |
| HSV(B) | 68.34º | 0.75% | 0.97% | - |
| XYZ | 64.53 | 83 | 17.03 | - |
| YUV | 218.91 | 38.89 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 61 | 0.10 | 0 | 0.75 | 0.03 | 68.34 | 0.93 | 0.61 |
| Hex | DE | F8 | 3D | A | 0 | 4B | 3 | 44 | 5D | 3D |
| Octal | 336 | 370 | 75 | 12 | 0 | 113 | 3 | 104 | 135 | 75 |
| Binary | 11011110 | 11111000 | 111101 | 1010 | 0 | 1001011 | 11 | 1000100 | 1011101 | 111101 |
Color Harmonies of #DEF83D
Complementary color
Monochromatic Colors of #DEF83D
Black with #DEF83D
Text Example
Text Example
White with #DEF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF83D; }
p { color: rgb(222,248,61); }
H1.HeaderClassName
{
color: #DEF83D;
}
.AnyTagClassName
{
color: #DEF83D;
}
</style>
background-color css
<style>
a { background-color: #DEF83D; }
a { background-color: rgb(222,248,61); }
div.DivClassName
{
background-color: #DEF83D;
}
.BgClassName
{
background-color: #DEF83D;
}
</style>
border-color css
<style>
span { border-color: #DEF83D; }
span { border-color: rgb(222,248,61); }
td.TdClassName
{
border-color: #DEF83D;
}
.TagClassName
{
border-color: #DEF83D;
}
</style>