Shades of Pear #DEFF2F
Tints of Pear #DEFF2F
RGB
CMYK
RGB Variations
Color information
#DEFF2F (or 0xDEFF2F) is known color: Pear. HEX triplet: DE, FF and 2F. RGB value is (222,255,47). Sum of RGB (Red+Green+Blue) = 222+255+47=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 47 (18.75% from 255 or 8.97% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF2F is #2100D0. Grayscale: #DEDEDE. Windows color (decimal): -2162897 or 3145694. OLE color: 3145694.
HSL color Cylindrical-coordinate representation of color #DEFF2F: hue angle of 69.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEFF2F is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 47 | - |
| CMYK | 0.13 | 0 | 0.82 | 0 |
| HSL | 69.52º | 1% | 0.59% | - |
| HSV(B) | 69.52º | 0.82% | 1% | - |
| XYZ | 66.4 | 87.25 | 16.03 | - |
| YUV | 221.42 | 29.57 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 47 | 0.13 | 0 | 0.82 | 0 | 69.52 | 1 | 0.59 |
| Hex | DE | FF | 2F | D | 0 | 52 | 0 | 46 | 64 | 3B |
| Octal | 336 | 377 | 57 | 15 | 0 | 122 | 0 | 106 | 144 | 73 |
| Binary | 11011110 | 11111111 | 101111 | 1101 | 0 | 1010010 | 0 | 1000110 | 1100100 | 111011 |
Color Harmonies of #DEFF2F
Complementary color
Monochromatic Colors of #DEFF2F
Black with #DEFF2F
Text Example
Text Example
White with #DEFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF2F; }
p { color: rgb(222,255,47); }
H1.HeaderClassName
{
color: #DEFF2F;
}
.AnyTagClassName
{
color: #DEFF2F;
}
</style>
background-color css
<style>
a { background-color: #DEFF2F; }
a { background-color: rgb(222,255,47); }
div.DivClassName
{
background-color: #DEFF2F;
}
.BgClassName
{
background-color: #DEFF2F;
}
</style>
border-color css
<style>
span { border-color: #DEFF2F; }
span { border-color: rgb(222,255,47); }
td.TdClassName
{
border-color: #DEFF2F;
}
.TagClassName
{
border-color: #DEFF2F;
}
</style>