Shades of Pear #D2FF47
Tints of Pear #D2FF47
RGB
CMYK
RGB Variations
Color information
#D2FF47 (or 0xD2FF47) is known color: Pear. HEX triplet: D2, FF and 47. RGB value is (210,255,71). Sum of RGB (Red+Green+Blue) = 210+255+71=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 71 (28.12% from 255 or 13.25% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF47 is #2D00B8. Grayscale: #DDDDDD. Windows color (decimal): -2949305 or 4718546. OLE color: 4718546.
HSL color Cylindrical-coordinate representation of color #D2FF47: hue angle of 74.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2FF47 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 71 | - |
| CMYK | 0.18 | 0 | 0.72 | 0 |
| HSL | 74.67º | 1% | 0.64% | - |
| HSV(B) | 74.67º | 0.72% | 1% | - |
| XYZ | 63.48 | 85.68 | 19.15 | - |
| YUV | 220.57 | 43.59 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 71 | 0.18 | 0 | 0.72 | 0 | 74.67 | 1 | 0.64 |
| Hex | D2 | FF | 47 | 12 | 0 | 48 | 0 | 4B | 64 | 40 |
| Octal | 322 | 377 | 107 | 22 | 0 | 110 | 0 | 113 | 144 | 100 |
| Binary | 11010010 | 11111111 | 1000111 | 10010 | 0 | 1001000 | 0 | 1001011 | 1100100 | 1000000 |
Color Harmonies of #D2FF47
Complementary color
Monochromatic Colors of #D2FF47
Black with #D2FF47
Text Example
Text Example
White with #D2FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF47; }
p { color: rgb(210,255,71); }
H1.HeaderClassName
{
color: #D2FF47;
}
.AnyTagClassName
{
color: #D2FF47;
}
</style>
background-color css
<style>
a { background-color: #D2FF47; }
a { background-color: rgb(210,255,71); }
div.DivClassName
{
background-color: #D2FF47;
}
.BgClassName
{
background-color: #D2FF47;
}
</style>
border-color css
<style>
span { border-color: #D2FF47; }
span { border-color: rgb(210,255,71); }
td.TdClassName
{
border-color: #D2FF47;
}
.TagClassName
{
border-color: #D2FF47;
}
</style>