Shades of Pear #DFFB2E
Tints of Pear #DFFB2E
RGB
CMYK
RGB Variations
Color information
#DFFB2E (or 0xDFFB2E) is known color: Pear. HEX triplet: DF, FB and 2E. RGB value is (223,251,46). Sum of RGB (Red+Green+Blue) = 223+251+46=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 46 (18.36% from 255 or 8.85% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFB2E is #2004D1. Grayscale: #DCDCDC. Windows color (decimal): -2098386 or 3079135. OLE color: 3079135.
HSL color Cylindrical-coordinate representation of color #DFFB2E: hue angle of 68.2º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFFB2E is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 46 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.02 |
| HSL | 68.2º | 0.96% | 0.58% | - |
| HSV(B) | 68.2º | 0.82% | 0.98% | - |
| XYZ | 65.42 | 84.88 | 15.52 | - |
| YUV | 219.26 | 30.22 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 46 | 0.11 | 0 | 0.82 | 0.02 | 68.2 | 0.96 | 0.58 |
| Hex | DF | FB | 2E | B | 0 | 52 | 2 | 44 | 60 | 3A |
| Octal | 337 | 373 | 56 | 13 | 0 | 122 | 2 | 104 | 140 | 72 |
| Binary | 11011111 | 11111011 | 101110 | 1011 | 0 | 1010010 | 10 | 1000100 | 1100000 | 111010 |
Color Harmonies of #DFFB2E
Complementary color
Monochromatic Colors of #DFFB2E
Black with #DFFB2E
Text Example
Text Example
White with #DFFB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFB2E; }
p { color: rgb(223,251,46); }
H1.HeaderClassName
{
color: #DFFB2E;
}
.AnyTagClassName
{
color: #DFFB2E;
}
</style>
background-color css
<style>
a { background-color: #DFFB2E; }
a { background-color: rgb(223,251,46); }
div.DivClassName
{
background-color: #DFFB2E;
}
.BgClassName
{
background-color: #DFFB2E;
}
</style>
border-color css
<style>
span { border-color: #DFFB2E; }
span { border-color: rgb(223,251,46); }
td.TdClassName
{
border-color: #DFFB2E;
}
.TagClassName
{
border-color: #DFFB2E;
}
</style>