Shades of Pear #D5E340
Tints of Pear #D5E340
RGB
CMYK
RGB Variations
Color information
#D5E340 (or 0xD5E340) is known color: Pear. HEX triplet: D5, E3 and 40. RGB value is (213,227,64). Sum of RGB (Red+Green+Blue) = 213+227+64=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E340 is #2A1CBF. Grayscale: #CCCCCC. Windows color (decimal): -2759872 or 4252629. OLE color: 4252629.
HSL color Cylindrical-coordinate representation of color #D5E340: hue angle of 65.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5E340 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 64 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.11 |
| HSL | 65.15º | 0.74% | 0.57% | - |
| HSV(B) | 65.15º | 0.72% | 0.89% | - |
| XYZ | 55.84 | 69.45 | 15.31 | - |
| YUV | 204.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 64 | 0.06 | 0 | 0.72 | 0.11 | 65.15 | 0.74 | 0.57 |
| Hex | D5 | E3 | 40 | 6 | 0 | 48 | B | 41 | 4A | 39 |
| Octal | 325 | 343 | 100 | 6 | 0 | 110 | 13 | 101 | 112 | 71 |
| Binary | 11010101 | 11100011 | 1000000 | 110 | 0 | 1001000 | 1011 | 1000001 | 1001010 | 111001 |
Color Harmonies of #D5E340
Complementary color
Monochromatic Colors of #D5E340
Black with #D5E340
Text Example
Text Example
White with #D5E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E340; }
p { color: rgb(213,227,64); }
H1.HeaderClassName
{
color: #D5E340;
}
.AnyTagClassName
{
color: #D5E340;
}
</style>
background-color css
<style>
a { background-color: #D5E340; }
a { background-color: rgb(213,227,64); }
div.DivClassName
{
background-color: #D5E340;
}
.BgClassName
{
background-color: #D5E340;
}
</style>
border-color css
<style>
span { border-color: #D5E340; }
span { border-color: rgb(213,227,64); }
td.TdClassName
{
border-color: #D5E340;
}
.TagClassName
{
border-color: #D5E340;
}
</style>