Shades of Pear #D5E91F
Tints of Pear #D5E91F
RGB
CMYK
RGB Variations
Color information
#D5E91F (or 0xD5E91F) is known color: Pear. HEX triplet: D5, E9 and 1F. RGB value is (213,233,31). Sum of RGB (Red+Green+Blue) = 213+233+31=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E91F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E91F is #2A16E0. Grayscale: #CCCCCC. Windows color (decimal): -2758369 or 2091477. OLE color: 2091477.
HSL color Cylindrical-coordinate representation of color #D5E91F: hue angle of 65.94º 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 #D5E91F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 31 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.09 |
| HSL | 65.94º | 0.82% | 0.52% | - |
| HSV(B) | 65.94º | 0.87% | 0.91% | - |
| XYZ | 56.83 | 72.52 | 12.3 | - |
| YUV | 203.99 | 30.37 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 31 | 0.09 | 0 | 0.87 | 0.09 | 65.94 | 0.82 | 0.52 |
| Hex | D5 | E9 | 1F | 9 | 0 | 57 | 9 | 42 | 52 | 34 |
| Octal | 325 | 351 | 37 | 11 | 0 | 127 | 11 | 102 | 122 | 64 |
| Binary | 11010101 | 11101001 | 11111 | 1001 | 0 | 1010111 | 1001 | 1000010 | 1010010 | 110100 |
Color Harmonies of #D5E91F
Complementary color
Monochromatic Colors of #D5E91F
Black with #D5E91F
Text Example
Text Example
White with #D5E91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E91F; }
p { color: rgb(213,233,31); }
H1.HeaderClassName
{
color: #D5E91F;
}
.AnyTagClassName
{
color: #D5E91F;
}
</style>
background-color css
<style>
a { background-color: #D5E91F; }
a { background-color: rgb(213,233,31); }
div.DivClassName
{
background-color: #D5E91F;
}
.BgClassName
{
background-color: #D5E91F;
}
</style>
border-color css
<style>
span { border-color: #D5E91F; }
span { border-color: rgb(213,233,31); }
td.TdClassName
{
border-color: #D5E91F;
}
.TagClassName
{
border-color: #D5E91F;
}
</style>