Shades of Pear #DFFC2C
Tints of Pear #DFFC2C
RGB
CMYK
RGB Variations
Color information
#DFFC2C (or 0xDFFC2C) is known color: Pear. HEX triplet: DF, FC and 2C. RGB value is (223,252,44). Sum of RGB (Red+Green+Blue) = 223+252+44=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 44 (17.58% from 255 or 8.48% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC2C is #2003D3. Grayscale: #DCDCDC. Windows color (decimal): -2098132 or 2948319. OLE color: 2948319.
HSL color Cylindrical-coordinate representation of color #DFFC2C: hue angle of 68.37º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFFC2C is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 44 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.01 |
| HSL | 68.37º | 0.97% | 0.58% | - |
| HSV(B) | 68.37º | 0.83% | 0.99% | - |
| XYZ | 65.7 | 85.49 | 15.42 | - |
| YUV | 219.62 | 28.89 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 44 | 0.12 | 0 | 0.83 | 0.01 | 68.37 | 0.97 | 0.58 |
| Hex | DF | FC | 2C | C | 0 | 53 | 1 | 44 | 61 | 3A |
| Octal | 337 | 374 | 54 | 14 | 0 | 123 | 1 | 104 | 141 | 72 |
| Binary | 11011111 | 11111100 | 101100 | 1100 | 0 | 1010011 | 1 | 1000100 | 1100001 | 111010 |
Color Harmonies of #DFFC2C
Complementary color
Monochromatic Colors of #DFFC2C
Black with #DFFC2C
Text Example
Text Example
White with #DFFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC2C; }
p { color: rgb(223,252,44); }
H1.HeaderClassName
{
color: #DFFC2C;
}
.AnyTagClassName
{
color: #DFFC2C;
}
</style>
background-color css
<style>
a { background-color: #DFFC2C; }
a { background-color: rgb(223,252,44); }
div.DivClassName
{
background-color: #DFFC2C;
}
.BgClassName
{
background-color: #DFFC2C;
}
</style>
border-color css
<style>
span { border-color: #DFFC2C; }
span { border-color: rgb(223,252,44); }
td.TdClassName
{
border-color: #DFFC2C;
}
.TagClassName
{
border-color: #DFFC2C;
}
</style>