Shades of Pear #DEFF3D
Tints of Pear #DEFF3D
RGB
CMYK
RGB Variations
Color information
#DEFF3D (or 0xDEFF3D) is known color: Pear. HEX triplet: DE, FF and 3D. RGB value is (222,255,61). Sum of RGB (Red+Green+Blue) = 222+255+61=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF3D is #2100C2. Grayscale: #DFDFDF. Windows color (decimal): -2162883 or 4063198. OLE color: 4063198.
HSL color Cylindrical-coordinate representation of color #DEFF3D: hue angle of 70.21º 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 #DEFF3D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 61 | - |
| CMYK | 0.13 | 0 | 0.76 | 0 |
| HSL | 70.21º | 1% | 0.62% | - |
| HSV(B) | 70.21º | 0.76% | 1% | - |
| XYZ | 66.73 | 87.39 | 17.77 | - |
| YUV | 223.02 | 36.57 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 61 | 0.13 | 0 | 0.76 | 0 | 70.21 | 1 | 0.62 |
| Hex | DE | FF | 3D | D | 0 | 4C | 0 | 46 | 64 | 3E |
| Octal | 336 | 377 | 75 | 15 | 0 | 114 | 0 | 106 | 144 | 76 |
| Binary | 11011110 | 11111111 | 111101 | 1101 | 0 | 1001100 | 0 | 1000110 | 1100100 | 111110 |
Color Harmonies of #DEFF3D
Complementary color
Monochromatic Colors of #DEFF3D
Black with #DEFF3D
Text Example
Text Example
White with #DEFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF3D; }
p { color: rgb(222,255,61); }
H1.HeaderClassName
{
color: #DEFF3D;
}
.AnyTagClassName
{
color: #DEFF3D;
}
</style>
background-color css
<style>
a { background-color: #DEFF3D; }
a { background-color: rgb(222,255,61); }
div.DivClassName
{
background-color: #DEFF3D;
}
.BgClassName
{
background-color: #DEFF3D;
}
</style>
border-color css
<style>
span { border-color: #DEFF3D; }
span { border-color: rgb(222,255,61); }
td.TdClassName
{
border-color: #DEFF3D;
}
.TagClassName
{
border-color: #DEFF3D;
}
</style>