Shades of Pear #D8F742
Tints of Pear #D8F742
RGB
CMYK
RGB Variations
Color information
#D8F742 (or 0xD8F742) is known color: Pear. HEX triplet: D8, F7 and 42. RGB value is (216,247,66). Sum of RGB (Red+Green+Blue) = 216+247+66=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F742 is #2708BD. Grayscale: #D9D9D9. Windows color (decimal): -2558142 or 4388824. OLE color: 4388824.
HSL color Cylindrical-coordinate representation of color #D8F742: hue angle of 70.28º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8F742 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 66 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.03 |
| HSL | 70.28º | 0.92% | 0.61% | - |
| HSV(B) | 70.28º | 0.73% | 0.97% | - |
| XYZ | 62.56 | 81.51 | 17.59 | - |
| YUV | 217.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 66 | 0.13 | 0 | 0.73 | 0.03 | 70.28 | 0.92 | 0.61 |
| Hex | D8 | F7 | 42 | D | 0 | 49 | 3 | 46 | 5C | 3D |
| Octal | 330 | 367 | 102 | 15 | 0 | 111 | 3 | 106 | 134 | 75 |
| Binary | 11011000 | 11110111 | 1000010 | 1101 | 0 | 1001001 | 11 | 1000110 | 1011100 | 111101 |
Color Harmonies of #D8F742
Complementary color
Monochromatic Colors of #D8F742
Black with #D8F742
Text Example
Text Example
White with #D8F742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F742; }
p { color: rgb(216,247,66); }
H1.HeaderClassName
{
color: #D8F742;
}
.AnyTagClassName
{
color: #D8F742;
}
</style>
background-color css
<style>
a { background-color: #D8F742; }
a { background-color: rgb(216,247,66); }
div.DivClassName
{
background-color: #D8F742;
}
.BgClassName
{
background-color: #D8F742;
}
</style>
border-color css
<style>
span { border-color: #D8F742; }
span { border-color: rgb(216,247,66); }
td.TdClassName
{
border-color: #D8F742;
}
.TagClassName
{
border-color: #D8F742;
}
</style>