Shades of Pear #DFF820
Tints of Pear #DFF820
RGB
CMYK
RGB Variations
Color information
#DFF820 (or 0xDFF820) is known color: Pear. HEX triplet: DF, F8 and 20. RGB value is (223,248,32). Sum of RGB (Red+Green+Blue) = 223+248+32=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 32 (12.89% from 255 or 6.36% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF820 is #2007DF. Grayscale: #D8D8D8. Windows color (decimal): -2099168 or 2160863. OLE color: 2160863.
HSL color Cylindrical-coordinate representation of color #DFF820: hue angle of 66.94º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFF820 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 32 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.03 |
| HSL | 66.94º | 0.94% | 0.55% | - |
| HSV(B) | 66.94º | 0.87% | 0.97% | - |
| XYZ | 64.26 | 82.93 | 13.99 | - |
| YUV | 215.9 | 24.22 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 32 | 0.10 | 0 | 0.87 | 0.03 | 66.94 | 0.94 | 0.55 |
| Hex | DF | F8 | 20 | A | 0 | 57 | 3 | 43 | 5E | 37 |
| Octal | 337 | 370 | 40 | 12 | 0 | 127 | 3 | 103 | 136 | 67 |
| Binary | 11011111 | 11111000 | 100000 | 1010 | 0 | 1010111 | 11 | 1000011 | 1011110 | 110111 |
Color Harmonies of #DFF820
Complementary color
Monochromatic Colors of #DFF820
Black with #DFF820
Text Example
Text Example
White with #DFF820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF820; }
p { color: rgb(223,248,32); }
H1.HeaderClassName
{
color: #DFF820;
}
.AnyTagClassName
{
color: #DFF820;
}
</style>
background-color css
<style>
a { background-color: #DFF820; }
a { background-color: rgb(223,248,32); }
div.DivClassName
{
background-color: #DFF820;
}
.BgClassName
{
background-color: #DFF820;
}
</style>
border-color css
<style>
span { border-color: #DFF820; }
span { border-color: rgb(223,248,32); }
td.TdClassName
{
border-color: #DFF820;
}
.TagClassName
{
border-color: #DFF820;
}
</style>