Shades of Pear #D6F64D
Tints of Pear #D6F64D
RGB
CMYK
RGB Variations
Color information
#D6F64D (or 0xD6F64D) is known color: Pear. HEX triplet: D6, F6 and 4D. RGB value is (214,246,77). Sum of RGB (Red+Green+Blue) = 214+246+77=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F64D is #2909B2. Grayscale: #D9D9D9. Windows color (decimal): -2689459 or 5109462. OLE color: 5109462.
HSL color Cylindrical-coordinate representation of color #D6F64D: hue angle of 71.36º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6F64D is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 77 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.04 |
| HSL | 71.36º | 0.9% | 0.63% | - |
| HSV(B) | 71.36º | 0.69% | 0.96% | - |
| XYZ | 62.03 | 80.74 | 19.34 | - |
| YUV | 217.17 | 48.9 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 77 | 0.13 | 0 | 0.69 | 0.04 | 71.36 | 0.9 | 0.63 |
| Hex | D6 | F6 | 4D | D | 0 | 45 | 4 | 47 | 5A | 3F |
| Octal | 326 | 366 | 115 | 15 | 0 | 105 | 4 | 107 | 132 | 77 |
| Binary | 11010110 | 11110110 | 1001101 | 1101 | 0 | 1000101 | 100 | 1000111 | 1011010 | 111111 |
Color Harmonies of #D6F64D
Complementary color
Monochromatic Colors of #D6F64D
Black with #D6F64D
Text Example
Text Example
White with #D6F64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F64D; }
p { color: rgb(214,246,77); }
H1.HeaderClassName
{
color: #D6F64D;
}
.AnyTagClassName
{
color: #D6F64D;
}
</style>
background-color css
<style>
a { background-color: #D6F64D; }
a { background-color: rgb(214,246,77); }
div.DivClassName
{
background-color: #D6F64D;
}
.BgClassName
{
background-color: #D6F64D;
}
</style>
border-color css
<style>
span { border-color: #D6F64D; }
span { border-color: rgb(214,246,77); }
td.TdClassName
{
border-color: #D6F64D;
}
.TagClassName
{
border-color: #D6F64D;
}
</style>