Shades of Pear #DEFF3C
Tints of Pear #DEFF3C
RGB
CMYK
RGB Variations
Color information
#DEFF3C (or 0xDEFF3C) is known color: Pear. HEX triplet: DE, FF and 3C. RGB value is (222,255,60). Sum of RGB (Red+Green+Blue) = 222+255+60=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 60 (23.83% from 255 or 11.17% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF3C is #2100C3. Grayscale: #DFDFDF. Windows color (decimal): -2162884 or 3997662. OLE color: 3997662.
HSL color Cylindrical-coordinate representation of color #DEFF3C: hue angle of 70.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEFF3C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 60 | - |
| CMYK | 0.13 | 0 | 0.76 | 0 |
| HSL | 70.15º | 1% | 0.62% | - |
| HSV(B) | 70.15º | 0.76% | 1% | - |
| XYZ | 66.7 | 87.38 | 17.62 | - |
| YUV | 222.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 60 | 0.13 | 0 | 0.76 | 0 | 70.15 | 1 | 0.62 |
| Hex | DE | FF | 3C | D | 0 | 4C | 0 | 46 | 64 | 3E |
| Octal | 336 | 377 | 74 | 15 | 0 | 114 | 0 | 106 | 144 | 76 |
| Binary | 11011110 | 11111111 | 111100 | 1101 | 0 | 1001100 | 0 | 1000110 | 1100100 | 111110 |
Color Harmonies of #DEFF3C
Complementary color
Monochromatic Colors of #DEFF3C
Black with #DEFF3C
Text Example
Text Example
White with #DEFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF3C; }
p { color: rgb(222,255,60); }
H1.HeaderClassName
{
color: #DEFF3C;
}
.AnyTagClassName
{
color: #DEFF3C;
}
</style>
background-color css
<style>
a { background-color: #DEFF3C; }
a { background-color: rgb(222,255,60); }
div.DivClassName
{
background-color: #DEFF3C;
}
.BgClassName
{
background-color: #DEFF3C;
}
</style>
border-color css
<style>
span { border-color: #DEFF3C; }
span { border-color: rgb(222,255,60); }
td.TdClassName
{
border-color: #DEFF3C;
}
.TagClassName
{
border-color: #DEFF3C;
}
</style>