Shades of Pear #DEF83C
Tints of Pear #DEF83C
RGB
CMYK
RGB Variations
Color information
#DEF83C (or 0xDEF83C) is known color: Pear. HEX triplet: DE, F8 and 3C. RGB value is (222,248,60). Sum of RGB (Red+Green+Blue) = 222+248+60=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF83C is #2107C3. Grayscale: #DBDBDB. Windows color (decimal): -2164676 or 3995870. OLE color: 3995870.
HSL color Cylindrical-coordinate representation of color #DEF83C: hue angle of 68.3º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEF83C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 60 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.03 |
| HSL | 68.3º | 0.93% | 0.6% | - |
| HSV(B) | 68.3º | 0.76% | 0.97% | - |
| XYZ | 64.51 | 82.99 | 16.89 | - |
| YUV | 218.79 | 38.39 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 60 | 0.10 | 0 | 0.76 | 0.03 | 68.3 | 0.93 | 0.6 |
| Hex | DE | F8 | 3C | A | 0 | 4C | 3 | 44 | 5D | 3C |
| Octal | 336 | 370 | 74 | 12 | 0 | 114 | 3 | 104 | 135 | 74 |
| Binary | 11011110 | 11111000 | 111100 | 1010 | 0 | 1001100 | 11 | 1000100 | 1011101 | 111100 |
Color Harmonies of #DEF83C
Complementary color
Monochromatic Colors of #DEF83C
Black with #DEF83C
Text Example
Text Example
White with #DEF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF83C; }
p { color: rgb(222,248,60); }
H1.HeaderClassName
{
color: #DEF83C;
}
.AnyTagClassName
{
color: #DEF83C;
}
</style>
background-color css
<style>
a { background-color: #DEF83C; }
a { background-color: rgb(222,248,60); }
div.DivClassName
{
background-color: #DEF83C;
}
.BgClassName
{
background-color: #DEF83C;
}
</style>
border-color css
<style>
span { border-color: #DEF83C; }
span { border-color: rgb(222,248,60); }
td.TdClassName
{
border-color: #DEF83C;
}
.TagClassName
{
border-color: #DEF83C;
}
</style>