Shades of Pear #D5E439
Tints of Pear #D5E439
RGB
CMYK
RGB Variations
Color information
#D5E439 (or 0xD5E439) is known color: Pear. HEX triplet: D5, E4 and 39. RGB value is (213,228,57). Sum of RGB (Red+Green+Blue) = 213+228+57=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 57 (22.66% from 255 or 11.45% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E439 is #2A1BC6. Grayscale: #CCCCCC. Windows color (decimal): -2759623 or 3794133. OLE color: 3794133.
HSL color Cylindrical-coordinate representation of color #D5E439: hue angle of 65.26º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5E439 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 57 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.11 |
| HSL | 65.26º | 0.76% | 0.56% | - |
| HSV(B) | 65.26º | 0.75% | 0.89% | - |
| XYZ | 55.92 | 69.93 | 14.42 | - |
| YUV | 204.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 57 | 0.07 | 0 | 0.75 | 0.11 | 65.26 | 0.76 | 0.56 |
| Hex | D5 | E4 | 39 | 7 | 0 | 4B | B | 41 | 4C | 38 |
| Octal | 325 | 344 | 71 | 7 | 0 | 113 | 13 | 101 | 114 | 70 |
| Binary | 11010101 | 11100100 | 111001 | 111 | 0 | 1001011 | 1011 | 1000001 | 1001100 | 111000 |
Color Harmonies of #D5E439
Complementary color
Monochromatic Colors of #D5E439
Black with #D5E439
Text Example
Text Example
White with #D5E439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E439; }
p { color: rgb(213,228,57); }
H1.HeaderClassName
{
color: #D5E439;
}
.AnyTagClassName
{
color: #D5E439;
}
</style>
background-color css
<style>
a { background-color: #D5E439; }
a { background-color: rgb(213,228,57); }
div.DivClassName
{
background-color: #D5E439;
}
.BgClassName
{
background-color: #D5E439;
}
</style>
border-color css
<style>
span { border-color: #D5E439; }
span { border-color: rgb(213,228,57); }
td.TdClassName
{
border-color: #D5E439;
}
.TagClassName
{
border-color: #D5E439;
}
</style>