Shades of Pear #DCFA28
Tints of Pear #DCFA28
RGB
CMYK
RGB Variations
Color information
#DCFA28 (or 0xDCFA28) is known color: Pear. HEX triplet: DC, FA and 28. RGB value is (220,250,40). Sum of RGB (Red+Green+Blue) = 220+250+40=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA28 is #2305D7. Grayscale: #D9D9D9. Windows color (decimal): -2295256 or 2685660. OLE color: 2685660.
HSL color Cylindrical-coordinate representation of color #DCFA28: hue angle of 68.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCFA28 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 40 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.02 |
| HSL | 68.57º | 0.95% | 0.57% | - |
| HSV(B) | 68.57º | 0.84% | 0.98% | - |
| XYZ | 64.08 | 83.74 | 14.79 | - |
| YUV | 217.09 | 28.06 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 40 | 0.12 | 0 | 0.84 | 0.02 | 68.57 | 0.95 | 0.57 |
| Hex | DC | FA | 28 | C | 0 | 54 | 2 | 45 | 5F | 39 |
| Octal | 334 | 372 | 50 | 14 | 0 | 124 | 2 | 105 | 137 | 71 |
| Binary | 11011100 | 11111010 | 101000 | 1100 | 0 | 1010100 | 10 | 1000101 | 1011111 | 111001 |
Color Harmonies of #DCFA28
Complementary color
Monochromatic Colors of #DCFA28
Black with #DCFA28
Text Example
Text Example
White with #DCFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA28; }
p { color: rgb(220,250,40); }
H1.HeaderClassName
{
color: #DCFA28;
}
.AnyTagClassName
{
color: #DCFA28;
}
</style>
background-color css
<style>
a { background-color: #DCFA28; }
a { background-color: rgb(220,250,40); }
div.DivClassName
{
background-color: #DCFA28;
}
.BgClassName
{
background-color: #DCFA28;
}
</style>
border-color css
<style>
span { border-color: #DCFA28; }
span { border-color: rgb(220,250,40); }
td.TdClassName
{
border-color: #DCFA28;
}
.TagClassName
{
border-color: #DCFA28;
}
</style>