Shades of Pear #D5E447
Tints of Pear #D5E447
RGB
CMYK
RGB Variations
Color information
#D5E447 (or 0xD5E447) is known color: Pear. HEX triplet: D5, E4 and 47. RGB value is (213,228,71). Sum of RGB (Red+Green+Blue) = 213+228+71=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E447 is #2A1BB8. Grayscale: #CECECE. Windows color (decimal): -2759609 or 4711637. OLE color: 4711637.
HSL color Cylindrical-coordinate representation of color #D5E447: hue angle of 65.73º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5E447 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 71 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.11 |
| HSL | 65.73º | 0.74% | 0.59% | - |
| HSV(B) | 65.73º | 0.69% | 0.89% | - |
| XYZ | 56.32 | 70.09 | 16.52 | - |
| YUV | 205.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 71 | 0.07 | 0 | 0.69 | 0.11 | 65.73 | 0.74 | 0.59 |
| Hex | D5 | E4 | 47 | 7 | 0 | 45 | B | 42 | 4A | 3B |
| Octal | 325 | 344 | 107 | 7 | 0 | 105 | 13 | 102 | 112 | 73 |
| Binary | 11010101 | 11100100 | 1000111 | 111 | 0 | 1000101 | 1011 | 1000010 | 1001010 | 111011 |
Color Harmonies of #D5E447
Complementary color
Monochromatic Colors of #D5E447
Black with #D5E447
Text Example
Text Example
White with #D5E447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E447; }
p { color: rgb(213,228,71); }
H1.HeaderClassName
{
color: #D5E447;
}
.AnyTagClassName
{
color: #D5E447;
}
</style>
background-color css
<style>
a { background-color: #D5E447; }
a { background-color: rgb(213,228,71); }
div.DivClassName
{
background-color: #D5E447;
}
.BgClassName
{
background-color: #D5E447;
}
</style>
border-color css
<style>
span { border-color: #D5E447; }
span { border-color: rgb(213,228,71); }
td.TdClassName
{
border-color: #D5E447;
}
.TagClassName
{
border-color: #D5E447;
}
</style>