Shades of Pear #DCFC3F
Tints of Pear #DCFC3F
RGB
CMYK
RGB Variations
Color information
#DCFC3F (or 0xDCFC3F) is known color: Pear. HEX triplet: DC, FC and 3F. RGB value is (220,252,63). Sum of RGB (Red+Green+Blue) = 220+252+63=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 63 (25% from 255 or 11.78% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC3F is #2303C0. Grayscale: #DDDDDD. Windows color (decimal): -2294721 or 4193500. OLE color: 4193500.
HSL color Cylindrical-coordinate representation of color #DCFC3F: hue angle of 70.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCFC3F is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 63 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.01 |
| HSL | 70.16º | 0.97% | 0.62% | - |
| HSV(B) | 70.16º | 0.75% | 0.99% | - |
| XYZ | 65.22 | 85.2 | 17.71 | - |
| YUV | 220.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 63 | 0.13 | 0 | 0.75 | 0.01 | 70.16 | 0.97 | 0.62 |
| Hex | DC | FC | 3F | D | 0 | 4B | 1 | 46 | 61 | 3E |
| Octal | 334 | 374 | 77 | 15 | 0 | 113 | 1 | 106 | 141 | 76 |
| Binary | 11011100 | 11111100 | 111111 | 1101 | 0 | 1001011 | 1 | 1000110 | 1100001 | 111110 |
Color Harmonies of #DCFC3F
Complementary color
Monochromatic Colors of #DCFC3F
Black with #DCFC3F
Text Example
Text Example
White with #DCFC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC3F; }
p { color: rgb(220,252,63); }
H1.HeaderClassName
{
color: #DCFC3F;
}
.AnyTagClassName
{
color: #DCFC3F;
}
</style>
background-color css
<style>
a { background-color: #DCFC3F; }
a { background-color: rgb(220,252,63); }
div.DivClassName
{
background-color: #DCFC3F;
}
.BgClassName
{
background-color: #DCFC3F;
}
</style>
border-color css
<style>
span { border-color: #DCFC3F; }
span { border-color: rgb(220,252,63); }
td.TdClassName
{
border-color: #DCFC3F;
}
.TagClassName
{
border-color: #DCFC3F;
}
</style>