Shades of Pear #DFFD2C
Tints of Pear #DFFD2C
RGB
CMYK
RGB Variations
Color information
#DFFD2C (or 0xDFFD2C) is known color: Pear. HEX triplet: DF, FD and 2C. RGB value is (223,253,44). Sum of RGB (Red+Green+Blue) = 223+253+44=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 44 (17.58% from 255 or 8.46% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFD2C is #2002D3. Grayscale: #DDDDDD. Windows color (decimal): -2097876 or 2948575. OLE color: 2948575.
HSL color Cylindrical-coordinate representation of color #DFFD2C: hue angle of 68.61º degrees, saturation: 0.98, 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 #DFFD2C is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 44 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.01 |
| HSL | 68.61º | 0.98% | 0.58% | - |
| HSV(B) | 68.61º | 0.83% | 0.99% | - |
| XYZ | 66.01 | 86.12 | 15.53 | - |
| YUV | 220.2 | 28.56 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 44 | 0.12 | 0 | 0.83 | 0.01 | 68.61 | 0.98 | 0.58 |
| Hex | DF | FD | 2C | C | 0 | 53 | 1 | 45 | 62 | 3A |
| Octal | 337 | 375 | 54 | 14 | 0 | 123 | 1 | 105 | 142 | 72 |
| Binary | 11011111 | 11111101 | 101100 | 1100 | 0 | 1010011 | 1 | 1000101 | 1100010 | 111010 |
Color Harmonies of #DFFD2C
Complementary color
Monochromatic Colors of #DFFD2C
Black with #DFFD2C
Text Example
Text Example
White with #DFFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFD2C; }
p { color: rgb(223,253,44); }
H1.HeaderClassName
{
color: #DFFD2C;
}
.AnyTagClassName
{
color: #DFFD2C;
}
</style>
background-color css
<style>
a { background-color: #DFFD2C; }
a { background-color: rgb(223,253,44); }
div.DivClassName
{
background-color: #DFFD2C;
}
.BgClassName
{
background-color: #DFFD2C;
}
</style>
border-color css
<style>
span { border-color: #DFFD2C; }
span { border-color: rgb(223,253,44); }
td.TdClassName
{
border-color: #DFFD2C;
}
.TagClassName
{
border-color: #DFFD2C;
}
</style>