Shades of Pear #DFFC32
Tints of Pear #DFFC32
RGB
CMYK
RGB Variations
Color information
#DFFC32 (or 0xDFFC32) is known color: Pear. HEX triplet: DF, FC and 32. RGB value is (223,252,50). Sum of RGB (Red+Green+Blue) = 223+252+50=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC32 is #2003CD. Grayscale: #DDDDDD. Windows color (decimal): -2098126 or 3341535. OLE color: 3341535.
HSL color Cylindrical-coordinate representation of color #DFFC32: hue angle of 68.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFFC32 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 50 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.01 |
| HSL | 68.61º | 0.97% | 0.59% | - |
| HSV(B) | 68.61º | 0.8% | 0.99% | - |
| XYZ | 65.82 | 85.54 | 16.06 | - |
| YUV | 220.3 | 31.89 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 50 | 0.12 | 0 | 0.80 | 0.01 | 68.61 | 0.97 | 0.59 |
| Hex | DF | FC | 32 | C | 0 | 50 | 1 | 45 | 61 | 3B |
| Octal | 337 | 374 | 62 | 14 | 0 | 120 | 1 | 105 | 141 | 73 |
| Binary | 11011111 | 11111100 | 110010 | 1100 | 0 | 1010000 | 1 | 1000101 | 1100001 | 111011 |
Color Harmonies of #DFFC32
Complementary color
Monochromatic Colors of #DFFC32
Black with #DFFC32
Text Example
Text Example
White with #DFFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC32; }
p { color: rgb(223,252,50); }
H1.HeaderClassName
{
color: #DFFC32;
}
.AnyTagClassName
{
color: #DFFC32;
}
</style>
background-color css
<style>
a { background-color: #DFFC32; }
a { background-color: rgb(223,252,50); }
div.DivClassName
{
background-color: #DFFC32;
}
.BgClassName
{
background-color: #DFFC32;
}
</style>
border-color css
<style>
span { border-color: #DFFC32; }
span { border-color: rgb(223,252,50); }
td.TdClassName
{
border-color: #DFFC32;
}
.TagClassName
{
border-color: #DFFC32;
}
</style>