Shades of Pear #DCF62C
Tints of Pear #DCF62C
RGB
CMYK
RGB Variations
Color information
#DCF62C (or 0xDCF62C) is known color: Pear. HEX triplet: DC, F6 and 2C. RGB value is (220,246,44). Sum of RGB (Red+Green+Blue) = 220+246+44=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF62C is #2309D3. Grayscale: #D7D7D7. Windows color (decimal): -2296276 or 2946780. OLE color: 2946780.
HSL color Cylindrical-coordinate representation of color #DCF62C: hue angle of 67.72º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCF62C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 44 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.04 |
| HSL | 67.72º | 0.92% | 0.57% | - |
| HSV(B) | 67.72º | 0.82% | 0.96% | - |
| XYZ | 62.93 | 81.31 | 14.76 | - |
| YUV | 215.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 44 | 0.11 | 0 | 0.82 | 0.04 | 67.72 | 0.92 | 0.57 |
| Hex | DC | F6 | 2C | B | 0 | 52 | 4 | 44 | 5C | 39 |
| Octal | 334 | 366 | 54 | 13 | 0 | 122 | 4 | 104 | 134 | 71 |
| Binary | 11011100 | 11110110 | 101100 | 1011 | 0 | 1010010 | 100 | 1000100 | 1011100 | 111001 |
Color Harmonies of #DCF62C
Complementary color
Monochromatic Colors of #DCF62C
Black with #DCF62C
Text Example
Text Example
White with #DCF62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF62C; }
p { color: rgb(220,246,44); }
H1.HeaderClassName
{
color: #DCF62C;
}
.AnyTagClassName
{
color: #DCF62C;
}
</style>
background-color css
<style>
a { background-color: #DCF62C; }
a { background-color: rgb(220,246,44); }
div.DivClassName
{
background-color: #DCF62C;
}
.BgClassName
{
background-color: #DCF62C;
}
</style>
border-color css
<style>
span { border-color: #DCF62C; }
span { border-color: rgb(220,246,44); }
td.TdClassName
{
border-color: #DCF62C;
}
.TagClassName
{
border-color: #DCF62C;
}
</style>