Shades of Pear #D5F037
Tints of Pear #D5F037
RGB
CMYK
RGB Variations
Color information
#D5F037 (or 0xD5F037) is known color: Pear. HEX triplet: D5, F0 and 37. RGB value is (213,240,55). Sum of RGB (Red+Green+Blue) = 213+240+55=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 55 (21.88% from 255 or 10.83% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F037 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F037 is #2A0FC8. Grayscale: #D3D3D3. Windows color (decimal): -2756553 or 3666133. OLE color: 3666133.
HSL color Cylindrical-coordinate representation of color #D5F037: hue angle of 68.76º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5F037 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 55 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.06 |
| HSL | 68.76º | 0.86% | 0.58% | - |
| HSV(B) | 68.76º | 0.77% | 0.94% | - |
| XYZ | 59.29 | 76.74 | 15.3 | - |
| YUV | 210.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 55 | 0.11 | 0 | 0.77 | 0.06 | 68.76 | 0.86 | 0.58 |
| Hex | D5 | F0 | 37 | B | 0 | 4D | 6 | 45 | 56 | 3A |
| Octal | 325 | 360 | 67 | 13 | 0 | 115 | 6 | 105 | 126 | 72 |
| Binary | 11010101 | 11110000 | 110111 | 1011 | 0 | 1001101 | 110 | 1000101 | 1010110 | 111010 |
Color Harmonies of #D5F037
Complementary color
Monochromatic Colors of #D5F037
Black with #D5F037
Text Example
Text Example
White with #D5F037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F037; }
p { color: rgb(213,240,55); }
H1.HeaderClassName
{
color: #D5F037;
}
.AnyTagClassName
{
color: #D5F037;
}
</style>
background-color css
<style>
a { background-color: #D5F037; }
a { background-color: rgb(213,240,55); }
div.DivClassName
{
background-color: #D5F037;
}
.BgClassName
{
background-color: #D5F037;
}
</style>
border-color css
<style>
span { border-color: #D5F037; }
span { border-color: rgb(213,240,55); }
td.TdClassName
{
border-color: #D5F037;
}
.TagClassName
{
border-color: #D5F037;
}
</style>