Shades of Pear #DCFD28
Tints of Pear #DCFD28
RGB
CMYK
RGB Variations
Color information
#DCFD28 (or 0xDCFD28) is known color: Pear. HEX triplet: DC, FD and 28. RGB value is (220,253,40). Sum of RGB (Red+Green+Blue) = 220+253+40=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD28 is #2302D7. Grayscale: #DBDBDB. Windows color (decimal): -2294488 or 2686428. OLE color: 2686428.
HSL color Cylindrical-coordinate representation of color #DCFD28: hue angle of 69.3º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCFD28 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 40 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.01 |
| HSL | 69.3º | 0.98% | 0.57% | - |
| HSV(B) | 69.3º | 0.84% | 0.99% | - |
| XYZ | 65.02 | 85.62 | 15.11 | - |
| YUV | 218.85 | 27.07 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 40 | 0.13 | 0 | 0.84 | 0.01 | 69.3 | 0.98 | 0.57 |
| Hex | DC | FD | 28 | D | 0 | 54 | 1 | 45 | 62 | 39 |
| Octal | 334 | 375 | 50 | 15 | 0 | 124 | 1 | 105 | 142 | 71 |
| Binary | 11011100 | 11111101 | 101000 | 1101 | 0 | 1010100 | 1 | 1000101 | 1100010 | 111001 |
Color Harmonies of #DCFD28
Complementary color
Monochromatic Colors of #DCFD28
Black with #DCFD28
Text Example
Text Example
White with #DCFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD28; }
p { color: rgb(220,253,40); }
H1.HeaderClassName
{
color: #DCFD28;
}
.AnyTagClassName
{
color: #DCFD28;
}
</style>
background-color css
<style>
a { background-color: #DCFD28; }
a { background-color: rgb(220,253,40); }
div.DivClassName
{
background-color: #DCFD28;
}
.BgClassName
{
background-color: #DCFD28;
}
</style>
border-color css
<style>
span { border-color: #DCFD28; }
span { border-color: rgb(220,253,40); }
td.TdClassName
{
border-color: #DCFD28;
}
.TagClassName
{
border-color: #DCFD28;
}
</style>