Shades of Pear #D7F546
Tints of Pear #D7F546
RGB
CMYK
RGB Variations
Color information
#D7F546 (or 0xD7F546) is known color: Pear. HEX triplet: D7, F5 and 46. RGB value is (215,245,70). Sum of RGB (Red+Green+Blue) = 215+245+70=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F546 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F546 is #280AB9. Grayscale: #D8D8D8. Windows color (decimal): -2624186 or 4650455. OLE color: 4650455.
HSL color Cylindrical-coordinate representation of color #D7F546: hue angle of 70.29º degrees, saturation: 0.9, 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 #D7F546 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 70 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.04 |
| HSL | 70.29º | 0.9% | 0.62% | - |
| HSV(B) | 70.29º | 0.71% | 0.96% | - |
| XYZ | 61.78 | 80.19 | 18.02 | - |
| YUV | 216.08 | 45.56 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 70 | 0.12 | 0 | 0.71 | 0.04 | 70.29 | 0.9 | 0.62 |
| Hex | D7 | F5 | 46 | C | 0 | 47 | 4 | 46 | 5A | 3E |
| Octal | 327 | 365 | 106 | 14 | 0 | 107 | 4 | 106 | 132 | 76 |
| Binary | 11010111 | 11110101 | 1000110 | 1100 | 0 | 1000111 | 100 | 1000110 | 1011010 | 111110 |
Color Harmonies of #D7F546
Complementary color
Monochromatic Colors of #D7F546
Black with #D7F546
Text Example
Text Example
White with #D7F546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F546; }
p { color: rgb(215,245,70); }
H1.HeaderClassName
{
color: #D7F546;
}
.AnyTagClassName
{
color: #D7F546;
}
</style>
background-color css
<style>
a { background-color: #D7F546; }
a { background-color: rgb(215,245,70); }
div.DivClassName
{
background-color: #D7F546;
}
.BgClassName
{
background-color: #D7F546;
}
</style>
border-color css
<style>
span { border-color: #D7F546; }
span { border-color: rgb(215,245,70); }
td.TdClassName
{
border-color: #D7F546;
}
.TagClassName
{
border-color: #D7F546;
}
</style>