Shades of Pear #DCF53D
Tints of Pear #DCF53D
RGB
CMYK
RGB Variations
Color information
#DCF53D (or 0xDCF53D) is known color: Pear. HEX triplet: DC, F5 and 3D. RGB value is (220,245,61). Sum of RGB (Red+Green+Blue) = 220+245+61=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF53D is #230AC2. Grayscale: #D9D9D9. Windows color (decimal): -2296515 or 4060636. OLE color: 4060636.
HSL color Cylindrical-coordinate representation of color #DCF53D: hue angle of 68.15º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCF53D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.04 |
| HSL | 68.15º | 0.9% | 0.6% | - |
| HSV(B) | 68.15º | 0.75% | 0.96% | - |
| XYZ | 63.01 | 80.86 | 16.7 | - |
| YUV | 216.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 61 | 0.10 | 0 | 0.75 | 0.04 | 68.15 | 0.9 | 0.6 |
| Hex | DC | F5 | 3D | A | 0 | 4B | 4 | 44 | 5A | 3C |
| Octal | 334 | 365 | 75 | 12 | 0 | 113 | 4 | 104 | 132 | 74 |
| Binary | 11011100 | 11110101 | 111101 | 1010 | 0 | 1001011 | 100 | 1000100 | 1011010 | 111100 |
Color Harmonies of #DCF53D
Complementary color
Monochromatic Colors of #DCF53D
Black with #DCF53D
Text Example
Text Example
White with #DCF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF53D; }
p { color: rgb(220,245,61); }
H1.HeaderClassName
{
color: #DCF53D;
}
.AnyTagClassName
{
color: #DCF53D;
}
</style>
background-color css
<style>
a { background-color: #DCF53D; }
a { background-color: rgb(220,245,61); }
div.DivClassName
{
background-color: #DCF53D;
}
.BgClassName
{
background-color: #DCF53D;
}
</style>
border-color css
<style>
span { border-color: #DCF53D; }
span { border-color: rgb(220,245,61); }
td.TdClassName
{
border-color: #DCF53D;
}
.TagClassName
{
border-color: #DCF53D;
}
</style>