Shades of Pear #D0FF47
Tints of Pear #D0FF47
RGB
CMYK
RGB Variations
Color information
#D0FF47 (or 0xD0FF47) is known color: Pear. HEX triplet: D0, FF and 47. RGB value is (208,255,71). Sum of RGB (Red+Green+Blue) = 208+255+71=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF47 is #2F00B8. Grayscale: #DCDCDC. Windows color (decimal): -3080377 or 4718544. OLE color: 4718544.
HSL color Cylindrical-coordinate representation of color #D0FF47: hue angle of 75.33º 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 #D0FF47 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 71 | - |
| CMYK | 0.18 | 0 | 0.72 | 0 |
| HSL | 75.33º | 1% | 0.64% | - |
| HSV(B) | 75.33º | 0.72% | 1% | - |
| XYZ | 62.91 | 85.38 | 19.13 | - |
| YUV | 219.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 71 | 0.18 | 0 | 0.72 | 0 | 75.33 | 1 | 0.64 |
| Hex | D0 | FF | 47 | 12 | 0 | 48 | 0 | 4B | 64 | 40 |
| Octal | 320 | 377 | 107 | 22 | 0 | 110 | 0 | 113 | 144 | 100 |
| Binary | 11010000 | 11111111 | 1000111 | 10010 | 0 | 1001000 | 0 | 1001011 | 1100100 | 1000000 |
Color Harmonies of #D0FF47
Complementary color
Monochromatic Colors of #D0FF47
Black with #D0FF47
Text Example
Text Example
White with #D0FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF47; }
p { color: rgb(208,255,71); }
H1.HeaderClassName
{
color: #D0FF47;
}
.AnyTagClassName
{
color: #D0FF47;
}
</style>
background-color css
<style>
a { background-color: #D0FF47; }
a { background-color: rgb(208,255,71); }
div.DivClassName
{
background-color: #D0FF47;
}
.BgClassName
{
background-color: #D0FF47;
}
</style>
border-color css
<style>
span { border-color: #D0FF47; }
span { border-color: rgb(208,255,71); }
td.TdClassName
{
border-color: #D0FF47;
}
.TagClassName
{
border-color: #D0FF47;
}
</style>