Shades of Pear #DFFA2C
Tints of Pear #DFFA2C
RGB
CMYK
RGB Variations
Color information
#DFFA2C (or 0xDFFA2C) is known color: Pear. HEX triplet: DF, FA and 2C. RGB value is (223,250,44). Sum of RGB (Red+Green+Blue) = 223+250+44=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFA2C is #2005D3. Grayscale: #DBDBDB. Windows color (decimal): -2098644 or 2947807. OLE color: 2947807.
HSL color Cylindrical-coordinate representation of color #DFFA2C: hue angle of 67.86º degrees, saturation: 0.95, 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 #DFFA2C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 44 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.02 |
| HSL | 67.86º | 0.95% | 0.58% | - |
| HSV(B) | 67.86º | 0.82% | 0.98% | - |
| XYZ | 65.07 | 84.24 | 15.21 | - |
| YUV | 218.44 | 29.55 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 44 | 0.11 | 0 | 0.82 | 0.02 | 67.86 | 0.95 | 0.58 |
| Hex | DF | FA | 2C | B | 0 | 52 | 2 | 44 | 5F | 3A |
| Octal | 337 | 372 | 54 | 13 | 0 | 122 | 2 | 104 | 137 | 72 |
| Binary | 11011111 | 11111010 | 101100 | 1011 | 0 | 1010010 | 10 | 1000100 | 1011111 | 111010 |
Color Harmonies of #DFFA2C
Complementary color
Monochromatic Colors of #DFFA2C
Black with #DFFA2C
Text Example
Text Example
White with #DFFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFA2C; }
p { color: rgb(223,250,44); }
H1.HeaderClassName
{
color: #DFFA2C;
}
.AnyTagClassName
{
color: #DFFA2C;
}
</style>
background-color css
<style>
a { background-color: #DFFA2C; }
a { background-color: rgb(223,250,44); }
div.DivClassName
{
background-color: #DFFA2C;
}
.BgClassName
{
background-color: #DFFA2C;
}
</style>
border-color css
<style>
span { border-color: #DFFA2C; }
span { border-color: rgb(223,250,44); }
td.TdClassName
{
border-color: #DFFA2C;
}
.TagClassName
{
border-color: #DFFA2C;
}
</style>