Shades of Pear #DCF63E
Tints of Pear #DCF63E
RGB
CMYK
RGB Variations
Color information
#DCF63E (or 0xDCF63E) is known color: Pear. HEX triplet: DC, F6 and 3E. RGB value is (220,246,62). Sum of RGB (Red+Green+Blue) = 220+246+62=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF63E is #2309C1. Grayscale: #D9D9D9. Windows color (decimal): -2296258 or 4126428. OLE color: 4126428.
HSL color Cylindrical-coordinate representation of color #DCF63E: hue angle of 68.48º degrees, saturation: 0.91, 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 #DCF63E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 62 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.04 |
| HSL | 68.48º | 0.91% | 0.6% | - |
| HSV(B) | 68.48º | 0.75% | 0.96% | - |
| XYZ | 63.34 | 81.47 | 16.95 | - |
| YUV | 217.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 62 | 0.11 | 0 | 0.75 | 0.04 | 68.48 | 0.91 | 0.6 |
| Hex | DC | F6 | 3E | B | 0 | 4B | 4 | 44 | 5B | 3C |
| Octal | 334 | 366 | 76 | 13 | 0 | 113 | 4 | 104 | 133 | 74 |
| Binary | 11011100 | 11110110 | 111110 | 1011 | 0 | 1001011 | 100 | 1000100 | 1011011 | 111100 |
Color Harmonies of #DCF63E
Complementary color
Monochromatic Colors of #DCF63E
Black with #DCF63E
Text Example
Text Example
White with #DCF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF63E; }
p { color: rgb(220,246,62); }
H1.HeaderClassName
{
color: #DCF63E;
}
.AnyTagClassName
{
color: #DCF63E;
}
</style>
background-color css
<style>
a { background-color: #DCF63E; }
a { background-color: rgb(220,246,62); }
div.DivClassName
{
background-color: #DCF63E;
}
.BgClassName
{
background-color: #DCF63E;
}
</style>
border-color css
<style>
span { border-color: #DCF63E; }
span { border-color: rgb(220,246,62); }
td.TdClassName
{
border-color: #DCF63E;
}
.TagClassName
{
border-color: #DCF63E;
}
</style>