Shades of Pear #DFFC2D
Tints of Pear #DFFC2D
RGB
CMYK
RGB Variations
Color information
#DFFC2D (or 0xDFFC2D) is known color: Pear. HEX triplet: DF, FC and 2D. RGB value is (223,252,45). Sum of RGB (Red+Green+Blue) = 223+252+45=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC2D is #2003D2. Grayscale: #DCDCDC. Windows color (decimal): -2098131 or 3013855. OLE color: 3013855.
HSL color Cylindrical-coordinate representation of color #DFFC2D: hue angle of 68.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFFC2D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 45 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.01 |
| HSL | 68.41º | 0.97% | 0.58% | - |
| HSV(B) | 68.41º | 0.82% | 0.99% | - |
| XYZ | 65.72 | 85.5 | 15.52 | - |
| YUV | 219.73 | 29.39 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 45 | 0.12 | 0 | 0.82 | 0.01 | 68.41 | 0.97 | 0.58 |
| Hex | DF | FC | 2D | C | 0 | 52 | 1 | 44 | 61 | 3A |
| Octal | 337 | 374 | 55 | 14 | 0 | 122 | 1 | 104 | 141 | 72 |
| Binary | 11011111 | 11111100 | 101101 | 1100 | 0 | 1010010 | 1 | 1000100 | 1100001 | 111010 |
Color Harmonies of #DFFC2D
Complementary color
Monochromatic Colors of #DFFC2D
Black with #DFFC2D
Text Example
Text Example
White with #DFFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC2D; }
p { color: rgb(223,252,45); }
H1.HeaderClassName
{
color: #DFFC2D;
}
.AnyTagClassName
{
color: #DFFC2D;
}
</style>
background-color css
<style>
a { background-color: #DFFC2D; }
a { background-color: rgb(223,252,45); }
div.DivClassName
{
background-color: #DFFC2D;
}
.BgClassName
{
background-color: #DFFC2D;
}
</style>
border-color css
<style>
span { border-color: #DFFC2D; }
span { border-color: rgb(223,252,45); }
td.TdClassName
{
border-color: #DFFC2D;
}
.TagClassName
{
border-color: #DFFC2D;
}
</style>