Shades of Pear #DFFC3C
Tints of Pear #DFFC3C
RGB
CMYK
RGB Variations
Color information
#DFFC3C (or 0xDFFC3C) is known color: Pear. HEX triplet: DF, FC and 3C. RGB value is (223,252,60). Sum of RGB (Red+Green+Blue) = 223+252+60=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC3C is #2003C3. Grayscale: #DEDEDE. Windows color (decimal): -2098116 or 3996895. OLE color: 3996895.
HSL color Cylindrical-coordinate representation of color #DFFC3C: hue angle of 69.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFFC3C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 60 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.01 |
| HSL | 69.06º | 0.97% | 0.61% | - |
| HSV(B) | 69.06º | 0.76% | 0.99% | - |
| XYZ | 66.06 | 85.64 | 17.32 | - |
| YUV | 221.44 | 36.89 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 60 | 0.12 | 0 | 0.76 | 0.01 | 69.06 | 0.97 | 0.61 |
| Hex | DF | FC | 3C | C | 0 | 4C | 1 | 45 | 61 | 3D |
| Octal | 337 | 374 | 74 | 14 | 0 | 114 | 1 | 105 | 141 | 75 |
| Binary | 11011111 | 11111100 | 111100 | 1100 | 0 | 1001100 | 1 | 1000101 | 1100001 | 111101 |
Color Harmonies of #DFFC3C
Complementary color
Monochromatic Colors of #DFFC3C
Black with #DFFC3C
Text Example
Text Example
White with #DFFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC3C; }
p { color: rgb(223,252,60); }
H1.HeaderClassName
{
color: #DFFC3C;
}
.AnyTagClassName
{
color: #DFFC3C;
}
</style>
background-color css
<style>
a { background-color: #DFFC3C; }
a { background-color: rgb(223,252,60); }
div.DivClassName
{
background-color: #DFFC3C;
}
.BgClassName
{
background-color: #DFFC3C;
}
</style>
border-color css
<style>
span { border-color: #DFFC3C; }
span { border-color: rgb(223,252,60); }
td.TdClassName
{
border-color: #DFFC3C;
}
.TagClassName
{
border-color: #DFFC3C;
}
</style>