Shades of Pear #D5ED47
Tints of Pear #D5ED47
RGB
CMYK
RGB Variations
Color information
#D5ED47 (or 0xD5ED47) is known color: Pear. HEX triplet: D5, ED and 47. RGB value is (213,237,71). Sum of RGB (Red+Green+Blue) = 213+237+71=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5ED47 is #2A12B8. Grayscale: #D3D3D3. Windows color (decimal): -2757305 or 4713941. OLE color: 4713941.
HSL color Cylindrical-coordinate representation of color #D5ED47: hue angle of 68.67º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5ED47 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 71 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.07 |
| HSL | 68.67º | 0.82% | 0.6% | - |
| HSV(B) | 68.67º | 0.7% | 0.93% | - |
| XYZ | 58.86 | 75.17 | 17.37 | - |
| YUV | 210.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 71 | 0.10 | 0 | 0.70 | 0.07 | 68.67 | 0.82 | 0.6 |
| Hex | D5 | ED | 47 | A | 0 | 46 | 7 | 45 | 52 | 3C |
| Octal | 325 | 355 | 107 | 12 | 0 | 106 | 7 | 105 | 122 | 74 |
| Binary | 11010101 | 11101101 | 1000111 | 1010 | 0 | 1000110 | 111 | 1000101 | 1010010 | 111100 |
Color Harmonies of #D5ED47
Complementary color
Monochromatic Colors of #D5ED47
Black with #D5ED47
Text Example
Text Example
White with #D5ED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED47; }
p { color: rgb(213,237,71); }
H1.HeaderClassName
{
color: #D5ED47;
}
.AnyTagClassName
{
color: #D5ED47;
}
</style>
background-color css
<style>
a { background-color: #D5ED47; }
a { background-color: rgb(213,237,71); }
div.DivClassName
{
background-color: #D5ED47;
}
.BgClassName
{
background-color: #D5ED47;
}
</style>
border-color css
<style>
span { border-color: #D5ED47; }
span { border-color: rgb(213,237,71); }
td.TdClassName
{
border-color: #D5ED47;
}
.TagClassName
{
border-color: #D5ED47;
}
</style>