Shades of Pear #D8F746
Tints of Pear #D8F746
RGB
CMYK
RGB Variations
Color information
#D8F746 (or 0xD8F746) is known color: Pear. HEX triplet: D8, F7 and 46. RGB value is (216,247,70). Sum of RGB (Red+Green+Blue) = 216+247+70=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F746 is #2708B9. Grayscale: #DADADA. Windows color (decimal): -2558138 or 4650968. OLE color: 4650968.
HSL color Cylindrical-coordinate representation of color #D8F746: hue angle of 70.51º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8F746 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 70 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.03 |
| HSL | 70.51º | 0.92% | 0.62% | - |
| HSV(B) | 70.51º | 0.72% | 0.97% | - |
| XYZ | 62.69 | 81.56 | 18.23 | - |
| YUV | 217.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 70 | 0.13 | 0 | 0.72 | 0.03 | 70.51 | 0.92 | 0.62 |
| Hex | D8 | F7 | 46 | D | 0 | 48 | 3 | 47 | 5C | 3E |
| Octal | 330 | 367 | 106 | 15 | 0 | 110 | 3 | 107 | 134 | 76 |
| Binary | 11011000 | 11110111 | 1000110 | 1101 | 0 | 1001000 | 11 | 1000111 | 1011100 | 111110 |
Color Harmonies of #D8F746
Complementary color
Monochromatic Colors of #D8F746
Black with #D8F746
Text Example
Text Example
White with #D8F746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F746; }
p { color: rgb(216,247,70); }
H1.HeaderClassName
{
color: #D8F746;
}
.AnyTagClassName
{
color: #D8F746;
}
</style>
background-color css
<style>
a { background-color: #D8F746; }
a { background-color: rgb(216,247,70); }
div.DivClassName
{
background-color: #D8F746;
}
.BgClassName
{
background-color: #D8F746;
}
</style>
border-color css
<style>
span { border-color: #D8F746; }
span { border-color: rgb(216,247,70); }
td.TdClassName
{
border-color: #D8F746;
}
.TagClassName
{
border-color: #D8F746;
}
</style>