Shades of Pear #DCFD3D
Tints of Pear #DCFD3D
RGB
CMYK
RGB Variations
Color information
#DCFD3D (or 0xDCFD3D) is known color: Pear. HEX triplet: DC, FD and 3D. RGB value is (220,253,61). Sum of RGB (Red+Green+Blue) = 220+253+61=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD3D is #2302C2. Grayscale: #DDDDDD. Windows color (decimal): -2294467 or 4062684. OLE color: 4062684.
HSL color Cylindrical-coordinate representation of color #DCFD3D: hue angle of 70.31º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCFD3D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 61 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.01 |
| HSL | 70.31º | 0.98% | 0.62% | - |
| HSV(B) | 70.31º | 0.76% | 0.99% | - |
| XYZ | 65.48 | 85.8 | 17.53 | - |
| YUV | 221.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 61 | 0.13 | 0 | 0.76 | 0.01 | 70.31 | 0.98 | 0.62 |
| Hex | DC | FD | 3D | D | 0 | 4C | 1 | 46 | 62 | 3E |
| Octal | 334 | 375 | 75 | 15 | 0 | 114 | 1 | 106 | 142 | 76 |
| Binary | 11011100 | 11111101 | 111101 | 1101 | 0 | 1001100 | 1 | 1000110 | 1100010 | 111110 |
Color Harmonies of #DCFD3D
Complementary color
Monochromatic Colors of #DCFD3D
Black with #DCFD3D
Text Example
Text Example
White with #DCFD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD3D; }
p { color: rgb(220,253,61); }
H1.HeaderClassName
{
color: #DCFD3D;
}
.AnyTagClassName
{
color: #DCFD3D;
}
</style>
background-color css
<style>
a { background-color: #DCFD3D; }
a { background-color: rgb(220,253,61); }
div.DivClassName
{
background-color: #DCFD3D;
}
.BgClassName
{
background-color: #DCFD3D;
}
</style>
border-color css
<style>
span { border-color: #DCFD3D; }
span { border-color: rgb(220,253,61); }
td.TdClassName
{
border-color: #DCFD3D;
}
.TagClassName
{
border-color: #DCFD3D;
}
</style>