Shades of Pear #DCF62F
Tints of Pear #DCF62F
RGB
CMYK
RGB Variations
Color information
#DCF62F (or 0xDCF62F) is known color: Pear. HEX triplet: DC, F6 and 2F. RGB value is (220,246,47). Sum of RGB (Red+Green+Blue) = 220+246+47=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF62F is #2309D0. Grayscale: #D8D8D8. Windows color (decimal): -2296273 or 3143388. OLE color: 3143388.
HSL color Cylindrical-coordinate representation of color #DCF62F: hue angle of 67.84º degrees, saturation: 0.92, 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 #DCF62F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 47 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.04 |
| HSL | 67.84º | 0.92% | 0.57% | - |
| HSV(B) | 67.84º | 0.81% | 0.96% | - |
| XYZ | 62.98 | 81.33 | 15.07 | - |
| YUV | 215.54 | 32.89 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 47 | 0.11 | 0 | 0.81 | 0.04 | 67.84 | 0.92 | 0.57 |
| Hex | DC | F6 | 2F | B | 0 | 51 | 4 | 44 | 5C | 39 |
| Octal | 334 | 366 | 57 | 13 | 0 | 121 | 4 | 104 | 134 | 71 |
| Binary | 11011100 | 11110110 | 101111 | 1011 | 0 | 1010001 | 100 | 1000100 | 1011100 | 111001 |
Color Harmonies of #DCF62F
Complementary color
Monochromatic Colors of #DCF62F
Black with #DCF62F
Text Example
Text Example
White with #DCF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF62F; }
p { color: rgb(220,246,47); }
H1.HeaderClassName
{
color: #DCF62F;
}
.AnyTagClassName
{
color: #DCF62F;
}
</style>
background-color css
<style>
a { background-color: #DCF62F; }
a { background-color: rgb(220,246,47); }
div.DivClassName
{
background-color: #DCF62F;
}
.BgClassName
{
background-color: #DCF62F;
}
</style>
border-color css
<style>
span { border-color: #DCF62F; }
span { border-color: rgb(220,246,47); }
td.TdClassName
{
border-color: #DCF62F;
}
.TagClassName
{
border-color: #DCF62F;
}
</style>