Shades of Pear #D5E91A
Tints of Pear #D5E91A
RGB
CMYK
RGB Variations
Color information
#D5E91A (or 0xD5E91A) is known color: Pear. HEX triplet: D5, E9 and 1A. RGB value is (213,233,26). Sum of RGB (Red+Green+Blue) = 213+233+26=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E91A is #2A16E5. Grayscale: #CCCCCC. Windows color (decimal): -2758374 or 1763797. OLE color: 1763797.
HSL color Cylindrical-coordinate representation of color #D5E91A: hue angle of 65.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5E91A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.09 |
| HSL | 65.8º | 0.82% | 0.51% | - |
| HSV(B) | 65.8º | 0.89% | 0.91% | - |
| XYZ | 56.77 | 72.5 | 11.98 | - |
| YUV | 203.42 | 27.87 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 26 | 0.09 | 0 | 0.89 | 0.09 | 65.8 | 0.82 | 0.51 |
| Hex | D5 | E9 | 1A | 9 | 0 | 59 | 9 | 42 | 52 | 33 |
| Octal | 325 | 351 | 32 | 11 | 0 | 131 | 11 | 102 | 122 | 63 |
| Binary | 11010101 | 11101001 | 11010 | 1001 | 0 | 1011001 | 1001 | 1000010 | 1010010 | 110011 |
Color Harmonies of #D5E91A
Complementary color
Monochromatic Colors of #D5E91A
Black with #D5E91A
Text Example
Text Example
White with #D5E91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E91A; }
p { color: rgb(213,233,26); }
H1.HeaderClassName
{
color: #D5E91A;
}
.AnyTagClassName
{
color: #D5E91A;
}
</style>
background-color css
<style>
a { background-color: #D5E91A; }
a { background-color: rgb(213,233,26); }
div.DivClassName
{
background-color: #D5E91A;
}
.BgClassName
{
background-color: #D5E91A;
}
</style>
border-color css
<style>
span { border-color: #D5E91A; }
span { border-color: rgb(213,233,26); }
td.TdClassName
{
border-color: #D5E91A;
}
.TagClassName
{
border-color: #D5E91A;
}
</style>