Shades of Pear #D8EB25
Tints of Pear #D8EB25
RGB
CMYK
RGB Variations
Color information
#D8EB25 (or 0xD8EB25) is known color: Pear. HEX triplet: D8, EB and 25. RGB value is (216,235,37). Sum of RGB (Red+Green+Blue) = 216+235+37=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EB25 is #2714DA. Grayscale: #CFCFCF. Windows color (decimal): -2561243 or 2485208. OLE color: 2485208.
HSL color Cylindrical-coordinate representation of color #D8EB25: hue angle of 65.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8EB25 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 235 | 37 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.08 |
| HSL | 65.76º | 0.83% | 0.53% | - |
| HSV(B) | 65.76º | 0.84% | 0.92% | - |
| XYZ | 58.36 | 74.15 | 12.99 | - |
| YUV | 206.75 | 32.21 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 235 | 37 | 0.08 | 0 | 0.84 | 0.08 | 65.76 | 0.83 | 0.53 |
| Hex | D8 | EB | 25 | 8 | 0 | 54 | 8 | 42 | 53 | 35 |
| Octal | 330 | 353 | 45 | 10 | 0 | 124 | 10 | 102 | 123 | 65 |
| Binary | 11011000 | 11101011 | 100101 | 1000 | 0 | 1010100 | 1000 | 1000010 | 1010011 | 110101 |
Color Harmonies of #D8EB25
Complementary color
Monochromatic Colors of #D8EB25
Black with #D8EB25
Text Example
Text Example
White with #D8EB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EB25; }
p { color: rgb(216,235,37); }
H1.HeaderClassName
{
color: #D8EB25;
}
.AnyTagClassName
{
color: #D8EB25;
}
</style>
background-color css
<style>
a { background-color: #D8EB25; }
a { background-color: rgb(216,235,37); }
div.DivClassName
{
background-color: #D8EB25;
}
.BgClassName
{
background-color: #D8EB25;
}
</style>
border-color css
<style>
span { border-color: #D8EB25; }
span { border-color: rgb(216,235,37); }
td.TdClassName
{
border-color: #D8EB25;
}
.TagClassName
{
border-color: #D8EB25;
}
</style>