Shades of Pear #D8EA2B
Tints of Pear #D8EA2B
RGB
CMYK
RGB Variations
Color information
#D8EA2B (or 0xD8EA2B) is known color: Pear. HEX triplet: D8, EA and 2B. RGB value is (216,234,43). Sum of RGB (Red+Green+Blue) = 216+234+43=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EA2B is #2715D4. Grayscale: #CFCFCF. Windows color (decimal): -2561493 or 2878168. OLE color: 2878168.
HSL color Cylindrical-coordinate representation of color #D8EA2B: hue angle of 65.65º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8EA2B is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 43 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.08 |
| HSL | 65.65º | 0.82% | 0.54% | - |
| HSV(B) | 65.65º | 0.82% | 0.92% | - |
| XYZ | 58.18 | 73.62 | 13.43 | - |
| YUV | 206.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 43 | 0.08 | 0 | 0.82 | 0.08 | 65.65 | 0.82 | 0.54 |
| Hex | D8 | EA | 2B | 8 | 0 | 52 | 8 | 42 | 52 | 36 |
| Octal | 330 | 352 | 53 | 10 | 0 | 122 | 10 | 102 | 122 | 66 |
| Binary | 11011000 | 11101010 | 101011 | 1000 | 0 | 1010010 | 1000 | 1000010 | 1010010 | 110110 |
Color Harmonies of #D8EA2B
Complementary color
Monochromatic Colors of #D8EA2B
Black with #D8EA2B
Text Example
Text Example
White with #D8EA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EA2B; }
p { color: rgb(216,234,43); }
H1.HeaderClassName
{
color: #D8EA2B;
}
.AnyTagClassName
{
color: #D8EA2B;
}
</style>
background-color css
<style>
a { background-color: #D8EA2B; }
a { background-color: rgb(216,234,43); }
div.DivClassName
{
background-color: #D8EA2B;
}
.BgClassName
{
background-color: #D8EA2B;
}
</style>
border-color css
<style>
span { border-color: #D8EA2B; }
span { border-color: rgb(216,234,43); }
td.TdClassName
{
border-color: #D8EA2B;
}
.TagClassName
{
border-color: #D8EA2B;
}
</style>