Shades of Pear #DCFA20
Tints of Pear #DCFA20
RGB
CMYK
RGB Variations
Color information
#DCFA20 (or 0xDCFA20) is known color: Pear. HEX triplet: DC, FA and 20. RGB value is (220,250,32). Sum of RGB (Red+Green+Blue) = 220+250+32=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA20 is #2305DF. Grayscale: #D9D9D9. Windows color (decimal): -2295264 or 2161372. OLE color: 2161372.
HSL color Cylindrical-coordinate representation of color #DCFA20: hue angle of 68.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCFA20 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 32 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.02 |
| HSL | 68.26º | 0.96% | 0.55% | - |
| HSV(B) | 68.26º | 0.87% | 0.98% | - |
| XYZ | 63.96 | 83.69 | 14.15 | - |
| YUV | 216.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 32 | 0.12 | 0 | 0.87 | 0.02 | 68.26 | 0.96 | 0.55 |
| Hex | DC | FA | 20 | C | 0 | 57 | 2 | 44 | 60 | 37 |
| Octal | 334 | 372 | 40 | 14 | 0 | 127 | 2 | 104 | 140 | 67 |
| Binary | 11011100 | 11111010 | 100000 | 1100 | 0 | 1010111 | 10 | 1000100 | 1100000 | 110111 |
Color Harmonies of #DCFA20
Complementary color
Monochromatic Colors of #DCFA20
Black with #DCFA20
Text Example
Text Example
White with #DCFA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA20; }
p { color: rgb(220,250,32); }
H1.HeaderClassName
{
color: #DCFA20;
}
.AnyTagClassName
{
color: #DCFA20;
}
</style>
background-color css
<style>
a { background-color: #DCFA20; }
a { background-color: rgb(220,250,32); }
div.DivClassName
{
background-color: #DCFA20;
}
.BgClassName
{
background-color: #DCFA20;
}
</style>
border-color css
<style>
span { border-color: #DCFA20; }
span { border-color: rgb(220,250,32); }
td.TdClassName
{
border-color: #DCFA20;
}
.TagClassName
{
border-color: #DCFA20;
}
</style>