Shades of Pear #DCFD41
Tints of Pear #DCFD41
RGB
CMYK
RGB Variations
Color information
#DCFD41 (or 0xDCFD41) is known color: Pear. HEX triplet: DC, FD and 41. RGB value is (220,253,65). Sum of RGB (Red+Green+Blue) = 220+253+65=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD41 is #2302BE. Grayscale: #DEDEDE. Windows color (decimal): -2294463 or 4324828. OLE color: 4324828.
HSL color Cylindrical-coordinate representation of color #DCFD41: hue angle of 70.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCFD41 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 65 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.01 |
| HSL | 70.53º | 0.98% | 0.62% | - |
| HSV(B) | 70.53º | 0.74% | 0.99% | - |
| XYZ | 65.59 | 85.85 | 18.11 | - |
| YUV | 221.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 65 | 0.13 | 0 | 0.74 | 0.01 | 70.53 | 0.98 | 0.62 |
| Hex | DC | FD | 41 | D | 0 | 4A | 1 | 47 | 62 | 3E |
| Octal | 334 | 375 | 101 | 15 | 0 | 112 | 1 | 107 | 142 | 76 |
| Binary | 11011100 | 11111101 | 1000001 | 1101 | 0 | 1001010 | 1 | 1000111 | 1100010 | 111110 |
Color Harmonies of #DCFD41
Complementary color
Monochromatic Colors of #DCFD41
Black with #DCFD41
Text Example
Text Example
White with #DCFD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD41; }
p { color: rgb(220,253,65); }
H1.HeaderClassName
{
color: #DCFD41;
}
.AnyTagClassName
{
color: #DCFD41;
}
</style>
background-color css
<style>
a { background-color: #DCFD41; }
a { background-color: rgb(220,253,65); }
div.DivClassName
{
background-color: #DCFD41;
}
.BgClassName
{
background-color: #DCFD41;
}
</style>
border-color css
<style>
span { border-color: #DCFD41; }
span { border-color: rgb(220,253,65); }
td.TdClassName
{
border-color: #DCFD41;
}
.TagClassName
{
border-color: #DCFD41;
}
</style>