Shades of Pear #D5E81E
Tints of Pear #D5E81E
RGB
CMYK
RGB Variations
Color information
#D5E81E (or 0xD5E81E) is known color: Pear. HEX triplet: D5, E8 and 1E. RGB value is (213,232,30). Sum of RGB (Red+Green+Blue) = 213+232+30=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E81E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E81E is #2A17E1. Grayscale: #CCCCCC. Windows color (decimal): -2758626 or 2025685. OLE color: 2025685.
HSL color Cylindrical-coordinate representation of color #D5E81E: hue angle of 65.64º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5E81E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.09 |
| HSL | 65.64º | 0.81% | 0.51% | - |
| HSV(B) | 65.64º | 0.87% | 0.91% | - |
| XYZ | 56.53 | 71.95 | 12.14 | - |
| YUV | 203.29 | 30.21 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 30 | 0.08 | 0 | 0.87 | 0.09 | 65.64 | 0.81 | 0.51 |
| Hex | D5 | E8 | 1E | 8 | 0 | 57 | 9 | 42 | 51 | 33 |
| Octal | 325 | 350 | 36 | 10 | 0 | 127 | 11 | 102 | 121 | 63 |
| Binary | 11010101 | 11101000 | 11110 | 1000 | 0 | 1010111 | 1001 | 1000010 | 1010001 | 110011 |
Color Harmonies of #D5E81E
Complementary color
Monochromatic Colors of #D5E81E
Black with #D5E81E
Text Example
Text Example
White with #D5E81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E81E; }
p { color: rgb(213,232,30); }
H1.HeaderClassName
{
color: #D5E81E;
}
.AnyTagClassName
{
color: #D5E81E;
}
</style>
background-color css
<style>
a { background-color: #D5E81E; }
a { background-color: rgb(213,232,30); }
div.DivClassName
{
background-color: #D5E81E;
}
.BgClassName
{
background-color: #D5E81E;
}
</style>
border-color css
<style>
span { border-color: #D5E81E; }
span { border-color: rgb(213,232,30); }
td.TdClassName
{
border-color: #D5E81E;
}
.TagClassName
{
border-color: #D5E81E;
}
</style>