Shades of Pear #D0F247
Tints of Pear #D0F247
RGB
CMYK
RGB Variations
Color information
#D0F247 (or 0xD0F247) is known color: Pear. HEX triplet: D0, F2 and 47. RGB value is (208,242,71). Sum of RGB (Red+Green+Blue) = 208+242+71=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F247 is #2F0DB8. Grayscale: #D4D4D4. Windows color (decimal): -3083705 or 4715216. OLE color: 4715216.
HSL color Cylindrical-coordinate representation of color #D0F247: hue angle of 71.93º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0F247 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 71 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 71.93º | 0.87% | 0.61% | - |
| HSV(B) | 71.93º | 0.71% | 0.95% | - |
| XYZ | 58.9 | 77.37 | 17.79 | - |
| YUV | 212.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 71 | 0.14 | 0 | 0.71 | 0.05 | 71.93 | 0.87 | 0.61 |
| Hex | D0 | F2 | 47 | E | 0 | 47 | 5 | 48 | 57 | 3D |
| Octal | 320 | 362 | 107 | 16 | 0 | 107 | 5 | 110 | 127 | 75 |
| Binary | 11010000 | 11110010 | 1000111 | 1110 | 0 | 1000111 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #D0F247
Complementary color
Monochromatic Colors of #D0F247
Black with #D0F247
Text Example
Text Example
White with #D0F247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F247; }
p { color: rgb(208,242,71); }
H1.HeaderClassName
{
color: #D0F247;
}
.AnyTagClassName
{
color: #D0F247;
}
</style>
background-color css
<style>
a { background-color: #D0F247; }
a { background-color: rgb(208,242,71); }
div.DivClassName
{
background-color: #D0F247;
}
.BgClassName
{
background-color: #D0F247;
}
</style>
border-color css
<style>
span { border-color: #D0F247; }
span { border-color: rgb(208,242,71); }
td.TdClassName
{
border-color: #D0F247;
}
.TagClassName
{
border-color: #D0F247;
}
</style>