Shades of Pear #D8EB3A
Tints of Pear #D8EB3A
RGB
CMYK
RGB Variations
Color information
#D8EB3A (or 0xD8EB3A) is known color: Pear. HEX triplet: D8, EB and 3A. RGB value is (216,235,58). Sum of RGB (Red+Green+Blue) = 216+235+58=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EB3A is #2714C5. Grayscale: #D1D1D1. Windows color (decimal): -2561222 or 3861464. OLE color: 3861464.
HSL color Cylindrical-coordinate representation of color #D8EB3A: hue angle of 66.44º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8EB3A is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 235 | 58 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.08 |
| HSL | 66.44º | 0.82% | 0.57% | - |
| HSV(B) | 66.44º | 0.75% | 0.92% | - |
| XYZ | 58.79 | 74.32 | 15.25 | - |
| YUV | 209.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 235 | 58 | 0.08 | 0 | 0.75 | 0.08 | 66.44 | 0.82 | 0.57 |
| Hex | D8 | EB | 3A | 8 | 0 | 4B | 8 | 42 | 52 | 39 |
| Octal | 330 | 353 | 72 | 10 | 0 | 113 | 10 | 102 | 122 | 71 |
| Binary | 11011000 | 11101011 | 111010 | 1000 | 0 | 1001011 | 1000 | 1000010 | 1010010 | 111001 |
Color Harmonies of #D8EB3A
Complementary color
Monochromatic Colors of #D8EB3A
Black with #D8EB3A
Text Example
Text Example
White with #D8EB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EB3A; }
p { color: rgb(216,235,58); }
H1.HeaderClassName
{
color: #D8EB3A;
}
.AnyTagClassName
{
color: #D8EB3A;
}
</style>
background-color css
<style>
a { background-color: #D8EB3A; }
a { background-color: rgb(216,235,58); }
div.DivClassName
{
background-color: #D8EB3A;
}
.BgClassName
{
background-color: #D8EB3A;
}
</style>
border-color css
<style>
span { border-color: #D8EB3A; }
span { border-color: rgb(216,235,58); }
td.TdClassName
{
border-color: #D8EB3A;
}
.TagClassName
{
border-color: #D8EB3A;
}
</style>