Shades of Pear #DCF52F
Tints of Pear #DCF52F
RGB
CMYK
RGB Variations
Color information
#DCF52F (or 0xDCF52F) is known color: Pear. HEX triplet: DC, F5 and 2F. RGB value is (220,245,47). Sum of RGB (Red+Green+Blue) = 220+245+47=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF52F is #230AD0. Grayscale: #D7D7D7. Windows color (decimal): -2296529 or 3143132. OLE color: 3143132.
HSL color Cylindrical-coordinate representation of color #DCF52F: hue angle of 67.58º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCF52F is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 47 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.04 |
| HSL | 67.58º | 0.91% | 0.57% | - |
| HSV(B) | 67.58º | 0.81% | 0.96% | - |
| XYZ | 62.68 | 80.73 | 14.97 | - |
| YUV | 214.95 | 33.22 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 47 | 0.10 | 0 | 0.81 | 0.04 | 67.58 | 0.91 | 0.57 |
| Hex | DC | F5 | 2F | A | 0 | 51 | 4 | 44 | 5B | 39 |
| Octal | 334 | 365 | 57 | 12 | 0 | 121 | 4 | 104 | 133 | 71 |
| Binary | 11011100 | 11110101 | 101111 | 1010 | 0 | 1010001 | 100 | 1000100 | 1011011 | 111001 |
Color Harmonies of #DCF52F
Complementary color
Monochromatic Colors of #DCF52F
Black with #DCF52F
Text Example
Text Example
White with #DCF52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF52F; }
p { color: rgb(220,245,47); }
H1.HeaderClassName
{
color: #DCF52F;
}
.AnyTagClassName
{
color: #DCF52F;
}
</style>
background-color css
<style>
a { background-color: #DCF52F; }
a { background-color: rgb(220,245,47); }
div.DivClassName
{
background-color: #DCF52F;
}
.BgClassName
{
background-color: #DCF52F;
}
</style>
border-color css
<style>
span { border-color: #DCF52F; }
span { border-color: rgb(220,245,47); }
td.TdClassName
{
border-color: #DCF52F;
}
.TagClassName
{
border-color: #DCF52F;
}
</style>