Shades of Pear #D5E341
Tints of Pear #D5E341
RGB
CMYK
RGB Variations
Color information
#D5E341 (or 0xD5E341) is known color: Pear. HEX triplet: D5, E3 and 41. RGB value is (213,227,65). Sum of RGB (Red+Green+Blue) = 213+227+65=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E341 is #2A1CBE. Grayscale: #CCCCCC. Windows color (decimal): -2759871 or 4318165. OLE color: 4318165.
HSL color Cylindrical-coordinate representation of color #D5E341: hue angle of 65.19º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5E341 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 65 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.11 |
| HSL | 65.19º | 0.74% | 0.57% | - |
| HSV(B) | 65.19º | 0.71% | 0.89% | - |
| XYZ | 55.86 | 69.47 | 15.46 | - |
| YUV | 204.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 65 | 0.06 | 0 | 0.71 | 0.11 | 65.19 | 0.74 | 0.57 |
| Hex | D5 | E3 | 41 | 6 | 0 | 47 | B | 41 | 4A | 39 |
| Octal | 325 | 343 | 101 | 6 | 0 | 107 | 13 | 101 | 112 | 71 |
| Binary | 11010101 | 11100011 | 1000001 | 110 | 0 | 1000111 | 1011 | 1000001 | 1001010 | 111001 |
Color Harmonies of #D5E341
Complementary color
Monochromatic Colors of #D5E341
Black with #D5E341
Text Example
Text Example
White with #D5E341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E341; }
p { color: rgb(213,227,65); }
H1.HeaderClassName
{
color: #D5E341;
}
.AnyTagClassName
{
color: #D5E341;
}
</style>
background-color css
<style>
a { background-color: #D5E341; }
a { background-color: rgb(213,227,65); }
div.DivClassName
{
background-color: #D5E341;
}
.BgClassName
{
background-color: #D5E341;
}
</style>
border-color css
<style>
span { border-color: #D5E341; }
span { border-color: rgb(213,227,65); }
td.TdClassName
{
border-color: #D5E341;
}
.TagClassName
{
border-color: #D5E341;
}
</style>