Shades of Pear #DCF63D
Tints of Pear #DCF63D
RGB
CMYK
RGB Variations
Color information
#DCF63D (or 0xDCF63D) is known color: Pear. HEX triplet: DC, F6 and 3D. RGB value is (220,246,61). Sum of RGB (Red+Green+Blue) = 220+246+61=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF63D is #2309C2. Grayscale: #D9D9D9. Windows color (decimal): -2296259 or 4060892. OLE color: 4060892.
HSL color Cylindrical-coordinate representation of color #DCF63D: hue angle of 68.43º 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 #DCF63D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.04 |
| HSL | 68.43º | 0.91% | 0.6% | - |
| HSV(B) | 68.43º | 0.75% | 0.96% | - |
| XYZ | 63.31 | 81.46 | 16.8 | - |
| YUV | 217.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 61 | 0.11 | 0 | 0.75 | 0.04 | 68.43 | 0.91 | 0.6 |
| Hex | DC | F6 | 3D | B | 0 | 4B | 4 | 44 | 5B | 3C |
| Octal | 334 | 366 | 75 | 13 | 0 | 113 | 4 | 104 | 133 | 74 |
| Binary | 11011100 | 11110110 | 111101 | 1011 | 0 | 1001011 | 100 | 1000100 | 1011011 | 111100 |
Color Harmonies of #DCF63D
Complementary color
Monochromatic Colors of #DCF63D
Black with #DCF63D
Text Example
Text Example
White with #DCF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF63D; }
p { color: rgb(220,246,61); }
H1.HeaderClassName
{
color: #DCF63D;
}
.AnyTagClassName
{
color: #DCF63D;
}
</style>
background-color css
<style>
a { background-color: #DCF63D; }
a { background-color: rgb(220,246,61); }
div.DivClassName
{
background-color: #DCF63D;
}
.BgClassName
{
background-color: #DCF63D;
}
</style>
border-color css
<style>
span { border-color: #DCF63D; }
span { border-color: rgb(220,246,61); }
td.TdClassName
{
border-color: #DCF63D;
}
.TagClassName
{
border-color: #DCF63D;
}
</style>