Shades of Pear #D0F447
Tints of Pear #D0F447
RGB
CMYK
RGB Variations
Color information
#D0F447 (or 0xD0F447) is known color: Pear. HEX triplet: D0, F4 and 47. RGB value is (208,244,71). Sum of RGB (Red+Green+Blue) = 208+244+71=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F447 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F447 is #2F0BB8. Grayscale: #D6D6D6. Windows color (decimal): -3083193 or 4715728. OLE color: 4715728.
HSL color Cylindrical-coordinate representation of color #D0F447: hue angle of 72.49º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0F447 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 71 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.04 |
| HSL | 72.49º | 0.89% | 0.62% | - |
| HSV(B) | 72.49º | 0.71% | 0.96% | - |
| XYZ | 59.5 | 78.57 | 17.99 | - |
| YUV | 213.51 | 47.57 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 71 | 0.15 | 0 | 0.71 | 0.04 | 72.49 | 0.89 | 0.62 |
| Hex | D0 | F4 | 47 | F | 0 | 47 | 4 | 48 | 59 | 3E |
| Octal | 320 | 364 | 107 | 17 | 0 | 107 | 4 | 110 | 131 | 76 |
| Binary | 11010000 | 11110100 | 1000111 | 1111 | 0 | 1000111 | 100 | 1001000 | 1011001 | 111110 |
Color Harmonies of #D0F447
Complementary color
Monochromatic Colors of #D0F447
Black with #D0F447
Text Example
Text Example
White with #D0F447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F447; }
p { color: rgb(208,244,71); }
H1.HeaderClassName
{
color: #D0F447;
}
.AnyTagClassName
{
color: #D0F447;
}
</style>
background-color css
<style>
a { background-color: #D0F447; }
a { background-color: rgb(208,244,71); }
div.DivClassName
{
background-color: #D0F447;
}
.BgClassName
{
background-color: #D0F447;
}
</style>
border-color css
<style>
span { border-color: #D0F447; }
span { border-color: rgb(208,244,71); }
td.TdClassName
{
border-color: #D0F447;
}
.TagClassName
{
border-color: #D0F447;
}
</style>