Shades of Pear #D7F537
Tints of Pear #D7F537
RGB
CMYK
RGB Variations
Color information
#D7F537 (or 0xD7F537) is known color: Pear. HEX triplet: D7, F5 and 37. RGB value is (215,245,55). Sum of RGB (Red+Green+Blue) = 215+245+55=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F537 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F537 is #280AC8. Grayscale: #D7D7D7. Windows color (decimal): -2624201 or 3667415. OLE color: 3667415.
HSL color Cylindrical-coordinate representation of color #D7F537: hue angle of 69.47º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7F537 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 55 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.04 |
| HSL | 69.47º | 0.9% | 0.59% | - |
| HSV(B) | 69.47º | 0.78% | 0.96% | - |
| XYZ | 61.37 | 80.03 | 15.83 | - |
| YUV | 214.37 | 38.06 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 55 | 0.12 | 0 | 0.78 | 0.04 | 69.47 | 0.9 | 0.59 |
| Hex | D7 | F5 | 37 | C | 0 | 4E | 4 | 45 | 5A | 3B |
| Octal | 327 | 365 | 67 | 14 | 0 | 116 | 4 | 105 | 132 | 73 |
| Binary | 11010111 | 11110101 | 110111 | 1100 | 0 | 1001110 | 100 | 1000101 | 1011010 | 111011 |
Color Harmonies of #D7F537
Complementary color
Monochromatic Colors of #D7F537
Black with #D7F537
Text Example
Text Example
White with #D7F537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F537; }
p { color: rgb(215,245,55); }
H1.HeaderClassName
{
color: #D7F537;
}
.AnyTagClassName
{
color: #D7F537;
}
</style>
background-color css
<style>
a { background-color: #D7F537; }
a { background-color: rgb(215,245,55); }
div.DivClassName
{
background-color: #D7F537;
}
.BgClassName
{
background-color: #D7F537;
}
</style>
border-color css
<style>
span { border-color: #D7F537; }
span { border-color: rgb(215,245,55); }
td.TdClassName
{
border-color: #D7F537;
}
.TagClassName
{
border-color: #D7F537;
}
</style>