Shades of Pear #DFFC3E
Tints of Pear #DFFC3E
RGB
CMYK
RGB Variations
Color information
#DFFC3E (or 0xDFFC3E) is known color: Pear. HEX triplet: DF, FC and 3E. RGB value is (223,252,62). Sum of RGB (Red+Green+Blue) = 223+252+62=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 62 (24.61% from 255 or 11.55% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC3E is #2003C1. Grayscale: #DEDEDE. Windows color (decimal): -2098114 or 4127967. OLE color: 4127967.
HSL color Cylindrical-coordinate representation of color #DFFC3E: hue angle of 69.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFFC3E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 62 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.01 |
| HSL | 69.16º | 0.97% | 0.62% | - |
| HSV(B) | 69.16º | 0.75% | 0.99% | - |
| XYZ | 66.11 | 85.66 | 17.61 | - |
| YUV | 221.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 62 | 0.12 | 0 | 0.75 | 0.01 | 69.16 | 0.97 | 0.62 |
| Hex | DF | FC | 3E | C | 0 | 4B | 1 | 45 | 61 | 3E |
| Octal | 337 | 374 | 76 | 14 | 0 | 113 | 1 | 105 | 141 | 76 |
| Binary | 11011111 | 11111100 | 111110 | 1100 | 0 | 1001011 | 1 | 1000101 | 1100001 | 111110 |
Color Harmonies of #DFFC3E
Complementary color
Monochromatic Colors of #DFFC3E
Black with #DFFC3E
Text Example
Text Example
White with #DFFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC3E; }
p { color: rgb(223,252,62); }
H1.HeaderClassName
{
color: #DFFC3E;
}
.AnyTagClassName
{
color: #DFFC3E;
}
</style>
background-color css
<style>
a { background-color: #DFFC3E; }
a { background-color: rgb(223,252,62); }
div.DivClassName
{
background-color: #DFFC3E;
}
.BgClassName
{
background-color: #DFFC3E;
}
</style>
border-color css
<style>
span { border-color: #DFFC3E; }
span { border-color: rgb(223,252,62); }
td.TdClassName
{
border-color: #DFFC3E;
}
.TagClassName
{
border-color: #DFFC3E;
}
</style>