Shades of Pear #D5E81B
Tints of Pear #D5E81B
RGB
CMYK
RGB Variations
Color information
#D5E81B (or 0xD5E81B) is known color: Pear. HEX triplet: D5, E8 and 1B. RGB value is (213,232,27). Sum of RGB (Red+Green+Blue) = 213+232+27=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E81B is #2A17E4. Grayscale: #CBCBCB. Windows color (decimal): -2758629 or 1829077. OLE color: 1829077.
HSL color Cylindrical-coordinate representation of color #D5E81B: hue angle of 65.56º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5E81B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 27 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.09 |
| HSL | 65.56º | 0.82% | 0.51% | - |
| HSV(B) | 65.56º | 0.88% | 0.91% | - |
| XYZ | 56.5 | 71.94 | 11.94 | - |
| YUV | 202.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 27 | 0.08 | 0 | 0.88 | 0.09 | 65.56 | 0.82 | 0.51 |
| Hex | D5 | E8 | 1B | 8 | 0 | 58 | 9 | 42 | 52 | 33 |
| Octal | 325 | 350 | 33 | 10 | 0 | 130 | 11 | 102 | 122 | 63 |
| Binary | 11010101 | 11101000 | 11011 | 1000 | 0 | 1011000 | 1001 | 1000010 | 1010010 | 110011 |
Color Harmonies of #D5E81B
Complementary color
Monochromatic Colors of #D5E81B
Black with #D5E81B
Text Example
Text Example
White with #D5E81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E81B; }
p { color: rgb(213,232,27); }
H1.HeaderClassName
{
color: #D5E81B;
}
.AnyTagClassName
{
color: #D5E81B;
}
</style>
background-color css
<style>
a { background-color: #D5E81B; }
a { background-color: rgb(213,232,27); }
div.DivClassName
{
background-color: #D5E81B;
}
.BgClassName
{
background-color: #D5E81B;
}
</style>
border-color css
<style>
span { border-color: #D5E81B; }
span { border-color: rgb(213,232,27); }
td.TdClassName
{
border-color: #D5E81B;
}
.TagClassName
{
border-color: #D5E81B;
}
</style>