Shades of Pear #D8EA20
Tints of Pear #D8EA20
RGB
CMYK
RGB Variations
Color information
#D8EA20 (or 0xD8EA20) is known color: Pear. HEX triplet: D8, EA and 20. RGB value is (216,234,32). Sum of RGB (Red+Green+Blue) = 216+234+32=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EA20 is #2715DF. Grayscale: #CECECE. Windows color (decimal): -2561504 or 2157272. OLE color: 2157272.
HSL color Cylindrical-coordinate representation of color #D8EA20: hue angle of 65.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8EA20 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 32 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.08 |
| HSL | 65.35º | 0.83% | 0.52% | - |
| HSV(B) | 65.35º | 0.86% | 0.92% | - |
| XYZ | 58 | 73.55 | 12.51 | - |
| YUV | 205.59 | 30.04 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 32 | 0.08 | 0 | 0.86 | 0.08 | 65.35 | 0.83 | 0.52 |
| Hex | D8 | EA | 20 | 8 | 0 | 56 | 8 | 41 | 53 | 34 |
| Octal | 330 | 352 | 40 | 10 | 0 | 126 | 10 | 101 | 123 | 64 |
| Binary | 11011000 | 11101010 | 100000 | 1000 | 0 | 1010110 | 1000 | 1000001 | 1010011 | 110100 |
Color Harmonies of #D8EA20
Complementary color
Monochromatic Colors of #D8EA20
Black with #D8EA20
Text Example
Text Example
White with #D8EA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EA20; }
p { color: rgb(216,234,32); }
H1.HeaderClassName
{
color: #D8EA20;
}
.AnyTagClassName
{
color: #D8EA20;
}
</style>
background-color css
<style>
a { background-color: #D8EA20; }
a { background-color: rgb(216,234,32); }
div.DivClassName
{
background-color: #D8EA20;
}
.BgClassName
{
background-color: #D8EA20;
}
</style>
border-color css
<style>
span { border-color: #D8EA20; }
span { border-color: rgb(216,234,32); }
td.TdClassName
{
border-color: #D8EA20;
}
.TagClassName
{
border-color: #D8EA20;
}
</style>