Shades of Pear #D5E91E
Tints of Pear #D5E91E
RGB
CMYK
RGB Variations
Color information
#D5E91E (or 0xD5E91E) is known color: Pear. HEX triplet: D5, E9 and 1E. RGB value is (213,233,30). Sum of RGB (Red+Green+Blue) = 213+233+30=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E91E is #2A16E1. Grayscale: #CCCCCC. Windows color (decimal): -2758370 or 2025941. OLE color: 2025941.
HSL color Cylindrical-coordinate representation of color #D5E91E: hue angle of 65.91º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5E91E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 30 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.09 |
| HSL | 65.91º | 0.82% | 0.52% | - |
| HSV(B) | 65.91º | 0.87% | 0.91% | - |
| XYZ | 56.81 | 72.52 | 12.23 | - |
| YUV | 203.88 | 29.87 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 30 | 0.09 | 0 | 0.87 | 0.09 | 65.91 | 0.82 | 0.52 |
| Hex | D5 | E9 | 1E | 9 | 0 | 57 | 9 | 42 | 52 | 34 |
| Octal | 325 | 351 | 36 | 11 | 0 | 127 | 11 | 102 | 122 | 64 |
| Binary | 11010101 | 11101001 | 11110 | 1001 | 0 | 1010111 | 1001 | 1000010 | 1010010 | 110100 |
Color Harmonies of #D5E91E
Complementary color
Monochromatic Colors of #D5E91E
Black with #D5E91E
Text Example
Text Example
White with #D5E91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E91E; }
p { color: rgb(213,233,30); }
H1.HeaderClassName
{
color: #D5E91E;
}
.AnyTagClassName
{
color: #D5E91E;
}
</style>
background-color css
<style>
a { background-color: #D5E91E; }
a { background-color: rgb(213,233,30); }
div.DivClassName
{
background-color: #D5E91E;
}
.BgClassName
{
background-color: #D5E91E;
}
</style>
border-color css
<style>
span { border-color: #D5E91E; }
span { border-color: rgb(213,233,30); }
td.TdClassName
{
border-color: #D5E91E;
}
.TagClassName
{
border-color: #D5E91E;
}
</style>