Shades of Pear #D2F047
Tints of Pear #D2F047
RGB
CMYK
RGB Variations
Color information
#D2F047 (or 0xD2F047) is known color: Pear. HEX triplet: D2, F0 and 47. RGB value is (210,240,71). Sum of RGB (Red+Green+Blue) = 210+240+71=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F047 is #2D0FB8. Grayscale: #D4D4D4. Windows color (decimal): -2953145 or 4714706. OLE color: 4714706.
HSL color Cylindrical-coordinate representation of color #D2F047: hue angle of 70.65º 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 #D2F047 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 71 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.06 |
| HSL | 70.65º | 0.85% | 0.61% | - |
| HSV(B) | 70.65º | 0.7% | 0.94% | - |
| XYZ | 58.88 | 76.48 | 17.62 | - |
| YUV | 211.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 71 | 0.12 | 0 | 0.70 | 0.06 | 70.65 | 0.85 | 0.61 |
| Hex | D2 | F0 | 47 | C | 0 | 46 | 6 | 47 | 55 | 3D |
| Octal | 322 | 360 | 107 | 14 | 0 | 106 | 6 | 107 | 125 | 75 |
| Binary | 11010010 | 11110000 | 1000111 | 1100 | 0 | 1000110 | 110 | 1000111 | 1010101 | 111101 |
Color Harmonies of #D2F047
Complementary color
Monochromatic Colors of #D2F047
Black with #D2F047
Text Example
Text Example
White with #D2F047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F047; }
p { color: rgb(210,240,71); }
H1.HeaderClassName
{
color: #D2F047;
}
.AnyTagClassName
{
color: #D2F047;
}
</style>
background-color css
<style>
a { background-color: #D2F047; }
a { background-color: rgb(210,240,71); }
div.DivClassName
{
background-color: #D2F047;
}
.BgClassName
{
background-color: #D2F047;
}
</style>
border-color css
<style>
span { border-color: #D2F047; }
span { border-color: rgb(210,240,71); }
td.TdClassName
{
border-color: #D2F047;
}
.TagClassName
{
border-color: #D2F047;
}
</style>