Shades of Pear #D5E347
Tints of Pear #D5E347
RGB
CMYK
RGB Variations
Color information
#D5E347 (or 0xD5E347) is known color: Pear. HEX triplet: D5, E3 and 47. RGB value is (213,227,71). Sum of RGB (Red+Green+Blue) = 213+227+71=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E347 is #2A1CB8. Grayscale: #CDCDCD. Windows color (decimal): -2759865 or 4711381. OLE color: 4711381.
HSL color Cylindrical-coordinate representation of color #D5E347: hue angle of 65.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5E347 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 71 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.11 |
| HSL | 65.38º | 0.74% | 0.58% | - |
| HSV(B) | 65.38º | 0.69% | 0.89% | - |
| XYZ | 56.05 | 69.54 | 16.43 | - |
| YUV | 205.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 71 | 0.06 | 0 | 0.69 | 0.11 | 65.38 | 0.74 | 0.58 |
| Hex | D5 | E3 | 47 | 6 | 0 | 45 | B | 41 | 4A | 3A |
| Octal | 325 | 343 | 107 | 6 | 0 | 105 | 13 | 101 | 112 | 72 |
| Binary | 11010101 | 11100011 | 1000111 | 110 | 0 | 1000101 | 1011 | 1000001 | 1001010 | 111010 |
Color Harmonies of #D5E347
Complementary color
Monochromatic Colors of #D5E347
Black with #D5E347
Text Example
Text Example
White with #D5E347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E347; }
p { color: rgb(213,227,71); }
H1.HeaderClassName
{
color: #D5E347;
}
.AnyTagClassName
{
color: #D5E347;
}
</style>
background-color css
<style>
a { background-color: #D5E347; }
a { background-color: rgb(213,227,71); }
div.DivClassName
{
background-color: #D5E347;
}
.BgClassName
{
background-color: #D5E347;
}
</style>
border-color css
<style>
span { border-color: #D5E347; }
span { border-color: rgb(213,227,71); }
td.TdClassName
{
border-color: #D5E347;
}
.TagClassName
{
border-color: #D5E347;
}
</style>