Shades of Pear #D6F047
Tints of Pear #D6F047
RGB
CMYK
RGB Variations
Color information
#D6F047 (or 0xD6F047) is known color: Pear. HEX triplet: D6, F0 and 47. RGB value is (214,240,71). Sum of RGB (Red+Green+Blue) = 214+240+71=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F047 is #290FB8. Grayscale: #D5D5D5. Windows color (decimal): -2691001 or 4714710. OLE color: 4714710.
HSL color Cylindrical-coordinate representation of color #D6F047: hue angle of 69.23º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6F047 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 71 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.06 |
| HSL | 69.23º | 0.85% | 0.61% | - |
| HSV(B) | 69.23º | 0.7% | 0.94% | - |
| XYZ | 60.03 | 77.07 | 17.67 | - |
| YUV | 212.96 | 47.89 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 71 | 0.11 | 0 | 0.70 | 0.06 | 69.23 | 0.85 | 0.61 |
| Hex | D6 | F0 | 47 | B | 0 | 46 | 6 | 45 | 55 | 3D |
| Octal | 326 | 360 | 107 | 13 | 0 | 106 | 6 | 105 | 125 | 75 |
| Binary | 11010110 | 11110000 | 1000111 | 1011 | 0 | 1000110 | 110 | 1000101 | 1010101 | 111101 |
Color Harmonies of #D6F047
Complementary color
Monochromatic Colors of #D6F047
Black with #D6F047
Text Example
Text Example
White with #D6F047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F047; }
p { color: rgb(214,240,71); }
H1.HeaderClassName
{
color: #D6F047;
}
.AnyTagClassName
{
color: #D6F047;
}
</style>
background-color css
<style>
a { background-color: #D6F047; }
a { background-color: rgb(214,240,71); }
div.DivClassName
{
background-color: #D6F047;
}
.BgClassName
{
background-color: #D6F047;
}
</style>
border-color css
<style>
span { border-color: #D6F047; }
span { border-color: rgb(214,240,71); }
td.TdClassName
{
border-color: #D6F047;
}
.TagClassName
{
border-color: #D6F047;
}
</style>