Shades of Pear #D7F548
Tints of Pear #D7F548
RGB
CMYK
RGB Variations
Color information
#D7F548 (or 0xD7F548) is known color: Pear. HEX triplet: D7, F5 and 48. RGB value is (215,245,72). Sum of RGB (Red+Green+Blue) = 215+245+72=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F548 is #280AB7. Grayscale: #D8D8D8. Windows color (decimal): -2624184 or 4781527. OLE color: 4781527.
HSL color Cylindrical-coordinate representation of color #D7F548: hue angle of 70.4º 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 #D7F548 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 72 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.04 |
| HSL | 70.4º | 0.9% | 0.62% | - |
| HSV(B) | 70.4º | 0.71% | 0.96% | - |
| XYZ | 61.85 | 80.22 | 18.36 | - |
| YUV | 216.31 | 46.56 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 72 | 0.12 | 0 | 0.71 | 0.04 | 70.4 | 0.9 | 0.62 |
| Hex | D7 | F5 | 48 | C | 0 | 47 | 4 | 46 | 5A | 3E |
| Octal | 327 | 365 | 110 | 14 | 0 | 107 | 4 | 106 | 132 | 76 |
| Binary | 11010111 | 11110101 | 1001000 | 1100 | 0 | 1000111 | 100 | 1000110 | 1011010 | 111110 |
Color Harmonies of #D7F548
Complementary color
Monochromatic Colors of #D7F548
Black with #D7F548
Text Example
Text Example
White with #D7F548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F548; }
p { color: rgb(215,245,72); }
H1.HeaderClassName
{
color: #D7F548;
}
.AnyTagClassName
{
color: #D7F548;
}
</style>
background-color css
<style>
a { background-color: #D7F548; }
a { background-color: rgb(215,245,72); }
div.DivClassName
{
background-color: #D7F548;
}
.BgClassName
{
background-color: #D7F548;
}
</style>
border-color css
<style>
span { border-color: #D7F548; }
span { border-color: rgb(215,245,72); }
td.TdClassName
{
border-color: #D7F548;
}
.TagClassName
{
border-color: #D7F548;
}
</style>