Shades of Pear #DCFD46
Tints of Pear #DCFD46
RGB
CMYK
RGB Variations
Color information
#DCFD46 (or 0xDCFD46) is known color: Pear. HEX triplet: DC, FD and 46. RGB value is (220,253,70). Sum of RGB (Red+Green+Blue) = 220+253+70=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD46 is #2302B9. Grayscale: #DEDEDE. Windows color (decimal): -2294458 or 4652508. OLE color: 4652508.
HSL color Cylindrical-coordinate representation of color #DCFD46: hue angle of 70.82º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCFD46 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 70 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.01 |
| HSL | 70.82º | 0.98% | 0.63% | - |
| HSV(B) | 70.82º | 0.72% | 0.99% | - |
| XYZ | 65.75 | 85.91 | 18.91 | - |
| YUV | 222.27 | 42.07 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 70 | 0.13 | 0 | 0.72 | 0.01 | 70.82 | 0.98 | 0.63 |
| Hex | DC | FD | 46 | D | 0 | 48 | 1 | 47 | 62 | 3F |
| Octal | 334 | 375 | 106 | 15 | 0 | 110 | 1 | 107 | 142 | 77 |
| Binary | 11011100 | 11111101 | 1000110 | 1101 | 0 | 1001000 | 1 | 1000111 | 1100010 | 111111 |
Color Harmonies of #DCFD46
Complementary color
Monochromatic Colors of #DCFD46
Black with #DCFD46
Text Example
Text Example
White with #DCFD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD46; }
p { color: rgb(220,253,70); }
H1.HeaderClassName
{
color: #DCFD46;
}
.AnyTagClassName
{
color: #DCFD46;
}
</style>
background-color css
<style>
a { background-color: #DCFD46; }
a { background-color: rgb(220,253,70); }
div.DivClassName
{
background-color: #DCFD46;
}
.BgClassName
{
background-color: #DCFD46;
}
</style>
border-color css
<style>
span { border-color: #DCFD46; }
span { border-color: rgb(220,253,70); }
td.TdClassName
{
border-color: #DCFD46;
}
.TagClassName
{
border-color: #DCFD46;
}
</style>