Shades of Pear #DCFD2D
Tints of Pear #DCFD2D
RGB
CMYK
RGB Variations
Color information
#DCFD2D (or 0xDCFD2D) is known color: Pear. HEX triplet: DC, FD and 2D. RGB value is (220,253,45). Sum of RGB (Red+Green+Blue) = 220+253+45=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD2D is #2302D2. Grayscale: #DCDCDC. Windows color (decimal): -2294483 or 3014108. OLE color: 3014108.
HSL color Cylindrical-coordinate representation of color #DCFD2D: hue angle of 69.52º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCFD2D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 45 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.01 |
| HSL | 69.52º | 0.98% | 0.58% | - |
| HSV(B) | 69.52º | 0.82% | 0.99% | - |
| XYZ | 65.11 | 85.66 | 15.58 | - |
| YUV | 219.42 | 29.57 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 45 | 0.13 | 0 | 0.82 | 0.01 | 69.52 | 0.98 | 0.58 |
| Hex | DC | FD | 2D | D | 0 | 52 | 1 | 46 | 62 | 3A |
| Octal | 334 | 375 | 55 | 15 | 0 | 122 | 1 | 106 | 142 | 72 |
| Binary | 11011100 | 11111101 | 101101 | 1101 | 0 | 1010010 | 1 | 1000110 | 1100010 | 111010 |
Color Harmonies of #DCFD2D
Complementary color
Monochromatic Colors of #DCFD2D
Black with #DCFD2D
Text Example
Text Example
White with #DCFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD2D; }
p { color: rgb(220,253,45); }
H1.HeaderClassName
{
color: #DCFD2D;
}
.AnyTagClassName
{
color: #DCFD2D;
}
</style>
background-color css
<style>
a { background-color: #DCFD2D; }
a { background-color: rgb(220,253,45); }
div.DivClassName
{
background-color: #DCFD2D;
}
.BgClassName
{
background-color: #DCFD2D;
}
</style>
border-color css
<style>
span { border-color: #DCFD2D; }
span { border-color: rgb(220,253,45); }
td.TdClassName
{
border-color: #DCFD2D;
}
.TagClassName
{
border-color: #DCFD2D;
}
</style>