Shades of Pear #D8E525
Tints of Pear #D8E525
RGB
CMYK
RGB Variations
Color information
#D8E525 (or 0xD8E525) is known color: Pear. HEX triplet: D8, E5 and 25. RGB value is (216,229,37). Sum of RGB (Red+Green+Blue) = 216+229+37=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E525 is #271ADA. Grayscale: #CBCBCB. Windows color (decimal): -2562779 or 2483672. OLE color: 2483672.
HSL color Cylindrical-coordinate representation of color #D8E525: hue angle of 64.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8E525 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 229 | 37 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.10 |
| HSL | 64.06º | 0.79% | 0.52% | - |
| HSV(B) | 64.06º | 0.84% | 0.9% | - |
| XYZ | 56.67 | 70.77 | 12.42 | - |
| YUV | 203.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 229 | 37 | 0.06 | 0 | 0.84 | 0.10 | 64.06 | 0.79 | 0.52 |
| Hex | D8 | E5 | 25 | 6 | 0 | 54 | A | 40 | 4F | 34 |
| Octal | 330 | 345 | 45 | 6 | 0 | 124 | 12 | 100 | 117 | 64 |
| Binary | 11011000 | 11100101 | 100101 | 110 | 0 | 1010100 | 1010 | 1000000 | 1001111 | 110100 |
Color Harmonies of #D8E525
Complementary color
Monochromatic Colors of #D8E525
Black with #D8E525
Text Example
Text Example
White with #D8E525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E525; }
p { color: rgb(216,229,37); }
H1.HeaderClassName
{
color: #D8E525;
}
.AnyTagClassName
{
color: #D8E525;
}
</style>
background-color css
<style>
a { background-color: #D8E525; }
a { background-color: rgb(216,229,37); }
div.DivClassName
{
background-color: #D8E525;
}
.BgClassName
{
background-color: #D8E525;
}
</style>
border-color css
<style>
span { border-color: #D8E525; }
span { border-color: rgb(216,229,37); }
td.TdClassName
{
border-color: #D8E525;
}
.TagClassName
{
border-color: #D8E525;
}
</style>