Shades of Pear #DCFD2C
Tints of Pear #DCFD2C
RGB
CMYK
RGB Variations
Color information
#DCFD2C (or 0xDCFD2C) is known color: Pear. HEX triplet: DC, FD and 2C. RGB value is (220,253,44). Sum of RGB (Red+Green+Blue) = 220+253+44=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD2C is #2302D3. Grayscale: #DCDCDC. Windows color (decimal): -2294484 or 2948572. OLE color: 2948572.
HSL color Cylindrical-coordinate representation of color #DCFD2C: hue angle of 69.47º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCFD2C is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 44 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.01 |
| HSL | 69.47º | 0.98% | 0.58% | - |
| HSV(B) | 69.47º | 0.83% | 0.99% | - |
| XYZ | 65.1 | 85.65 | 15.48 | - |
| YUV | 219.31 | 29.07 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 44 | 0.13 | 0 | 0.83 | 0.01 | 69.47 | 0.98 | 0.58 |
| Hex | DC | FD | 2C | D | 0 | 53 | 1 | 45 | 62 | 3A |
| Octal | 334 | 375 | 54 | 15 | 0 | 123 | 1 | 105 | 142 | 72 |
| Binary | 11011100 | 11111101 | 101100 | 1101 | 0 | 1010011 | 1 | 1000101 | 1100010 | 111010 |
Color Harmonies of #DCFD2C
Complementary color
Monochromatic Colors of #DCFD2C
Black with #DCFD2C
Text Example
Text Example
White with #DCFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD2C; }
p { color: rgb(220,253,44); }
H1.HeaderClassName
{
color: #DCFD2C;
}
.AnyTagClassName
{
color: #DCFD2C;
}
</style>
background-color css
<style>
a { background-color: #DCFD2C; }
a { background-color: rgb(220,253,44); }
div.DivClassName
{
background-color: #DCFD2C;
}
.BgClassName
{
background-color: #DCFD2C;
}
</style>
border-color css
<style>
span { border-color: #DCFD2C; }
span { border-color: rgb(220,253,44); }
td.TdClassName
{
border-color: #DCFD2C;
}
.TagClassName
{
border-color: #DCFD2C;
}
</style>