Shades of Pear #DFFB2D
Tints of Pear #DFFB2D
RGB
CMYK
RGB Variations
Color information
#DFFB2D (or 0xDFFB2D) is known color: Pear. HEX triplet: DF, FB and 2D. RGB value is (223,251,45). Sum of RGB (Red+Green+Blue) = 223+251+45=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFB2D is #2004D2. Grayscale: #DBDBDB. Windows color (decimal): -2098387 or 3013599. OLE color: 3013599.
HSL color Cylindrical-coordinate representation of color #DFFB2D: hue angle of 68.16º 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 #DFFB2D is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 45 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.02 |
| HSL | 68.16º | 0.96% | 0.58% | - |
| HSV(B) | 68.16º | 0.82% | 0.98% | - |
| XYZ | 65.4 | 84.87 | 15.42 | - |
| YUV | 219.14 | 29.72 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 45 | 0.11 | 0 | 0.82 | 0.02 | 68.16 | 0.96 | 0.58 |
| Hex | DF | FB | 2D | B | 0 | 52 | 2 | 44 | 60 | 3A |
| Octal | 337 | 373 | 55 | 13 | 0 | 122 | 2 | 104 | 140 | 72 |
| Binary | 11011111 | 11111011 | 101101 | 1011 | 0 | 1010010 | 10 | 1000100 | 1100000 | 111010 |
Color Harmonies of #DFFB2D
Complementary color
Monochromatic Colors of #DFFB2D
Black with #DFFB2D
Text Example
Text Example
White with #DFFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFB2D; }
p { color: rgb(223,251,45); }
H1.HeaderClassName
{
color: #DFFB2D;
}
.AnyTagClassName
{
color: #DFFB2D;
}
</style>
background-color css
<style>
a { background-color: #DFFB2D; }
a { background-color: rgb(223,251,45); }
div.DivClassName
{
background-color: #DFFB2D;
}
.BgClassName
{
background-color: #DFFB2D;
}
</style>
border-color css
<style>
span { border-color: #DFFB2D; }
span { border-color: rgb(223,251,45); }
td.TdClassName
{
border-color: #DFFB2D;
}
.TagClassName
{
border-color: #DFFB2D;
}
</style>