Shades of Pear #D5F337
Tints of Pear #D5F337
RGB
CMYK
RGB Variations
Color information
#D5F337 (or 0xD5F337) is known color: Pear. HEX triplet: D5, F3 and 37. RGB value is (213,243,55). Sum of RGB (Red+Green+Blue) = 213+243+55=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F337 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F337 is #2A0CC8. Grayscale: #D5D5D5. Windows color (decimal): -2755785 or 3666901. OLE color: 3666901.
HSL color Cylindrical-coordinate representation of color #D5F337: hue angle of 69.57º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5F337 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 55 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.05 |
| HSL | 69.57º | 0.89% | 0.58% | - |
| HSV(B) | 69.57º | 0.77% | 0.95% | - |
| XYZ | 60.18 | 78.52 | 15.6 | - |
| YUV | 212.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 55 | 0.12 | 0 | 0.77 | 0.05 | 69.57 | 0.89 | 0.58 |
| Hex | D5 | F3 | 37 | C | 0 | 4D | 5 | 46 | 59 | 3A |
| Octal | 325 | 363 | 67 | 14 | 0 | 115 | 5 | 106 | 131 | 72 |
| Binary | 11010101 | 11110011 | 110111 | 1100 | 0 | 1001101 | 101 | 1000110 | 1011001 | 111010 |
Color Harmonies of #D5F337
Complementary color
Monochromatic Colors of #D5F337
Black with #D5F337
Text Example
Text Example
White with #D5F337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F337; }
p { color: rgb(213,243,55); }
H1.HeaderClassName
{
color: #D5F337;
}
.AnyTagClassName
{
color: #D5F337;
}
</style>
background-color css
<style>
a { background-color: #D5F337; }
a { background-color: rgb(213,243,55); }
div.DivClassName
{
background-color: #D5F337;
}
.BgClassName
{
background-color: #D5F337;
}
</style>
border-color css
<style>
span { border-color: #D5F337; }
span { border-color: rgb(213,243,55); }
td.TdClassName
{
border-color: #D5F337;
}
.TagClassName
{
border-color: #D5F337;
}
</style>