Shades of Pear #D5E436
Tints of Pear #D5E436
RGB
CMYK
RGB Variations
Color information
#D5E436 (or 0xD5E436) is known color: Pear. HEX triplet: D5, E4 and 36. RGB value is (213,228,54). Sum of RGB (Red+Green+Blue) = 213+228+54=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E436 is #2A1BC9. Grayscale: #CCCCCC. Windows color (decimal): -2759626 or 3597525. OLE color: 3597525.
HSL color Cylindrical-coordinate representation of color #D5E436: hue angle of 65.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5E436 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 54 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.11 |
| HSL | 65.17º | 0.76% | 0.55% | - |
| HSV(B) | 65.17º | 0.76% | 0.89% | - |
| XYZ | 55.85 | 69.9 | 14.04 | - |
| YUV | 203.68 | 43.53 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 54 | 0.07 | 0 | 0.76 | 0.11 | 65.17 | 0.76 | 0.55 |
| Hex | D5 | E4 | 36 | 7 | 0 | 4C | B | 41 | 4C | 37 |
| Octal | 325 | 344 | 66 | 7 | 0 | 114 | 13 | 101 | 114 | 67 |
| Binary | 11010101 | 11100100 | 110110 | 111 | 0 | 1001100 | 1011 | 1000001 | 1001100 | 110111 |
Color Harmonies of #D5E436
Complementary color
Monochromatic Colors of #D5E436
Black with #D5E436
Text Example
Text Example
White with #D5E436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E436; }
p { color: rgb(213,228,54); }
H1.HeaderClassName
{
color: #D5E436;
}
.AnyTagClassName
{
color: #D5E436;
}
</style>
background-color css
<style>
a { background-color: #D5E436; }
a { background-color: rgb(213,228,54); }
div.DivClassName
{
background-color: #D5E436;
}
.BgClassName
{
background-color: #D5E436;
}
</style>
border-color css
<style>
span { border-color: #D5E436; }
span { border-color: rgb(213,228,54); }
td.TdClassName
{
border-color: #D5E436;
}
.TagClassName
{
border-color: #D5E436;
}
</style>