Shades of Pear #DCFD38
Tints of Pear #DCFD38
RGB
CMYK
RGB Variations
Color information
#DCFD38 (or 0xDCFD38) is known color: Pear. HEX triplet: DC, FD and 38. RGB value is (220,253,56). Sum of RGB (Red+Green+Blue) = 220+253+56=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD38 is #2302C7. Grayscale: #DDDDDD. Windows color (decimal): -2294472 or 3735004. OLE color: 3735004.
HSL color Cylindrical-coordinate representation of color #DCFD38: hue angle of 70.05º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCFD38 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 56 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.01 |
| HSL | 70.05º | 0.98% | 0.61% | - |
| HSV(B) | 70.05º | 0.78% | 0.99% | - |
| XYZ | 65.35 | 85.75 | 16.85 | - |
| YUV | 220.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 56 | 0.13 | 0 | 0.78 | 0.01 | 70.05 | 0.98 | 0.61 |
| Hex | DC | FD | 38 | D | 0 | 4E | 1 | 46 | 62 | 3D |
| Octal | 334 | 375 | 70 | 15 | 0 | 116 | 1 | 106 | 142 | 75 |
| Binary | 11011100 | 11111101 | 111000 | 1101 | 0 | 1001110 | 1 | 1000110 | 1100010 | 111101 |
Color Harmonies of #DCFD38
Complementary color
Monochromatic Colors of #DCFD38
Black with #DCFD38
Text Example
Text Example
White with #DCFD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD38; }
p { color: rgb(220,253,56); }
H1.HeaderClassName
{
color: #DCFD38;
}
.AnyTagClassName
{
color: #DCFD38;
}
</style>
background-color css
<style>
a { background-color: #DCFD38; }
a { background-color: rgb(220,253,56); }
div.DivClassName
{
background-color: #DCFD38;
}
.BgClassName
{
background-color: #DCFD38;
}
</style>
border-color css
<style>
span { border-color: #DCFD38; }
span { border-color: rgb(220,253,56); }
td.TdClassName
{
border-color: #DCFD38;
}
.TagClassName
{
border-color: #DCFD38;
}
</style>