Shades of Pear #D8EC2D
Tints of Pear #D8EC2D
RGB
CMYK
RGB Variations
Color information
#D8EC2D (or 0xD8EC2D) is known color: Pear. HEX triplet: D8, EC and 2D. RGB value is (216,236,45). Sum of RGB (Red+Green+Blue) = 216+236+45=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EC2D is #2713D2. Grayscale: #D0D0D0. Windows color (decimal): -2560979 or 3009752. OLE color: 3009752.
HSL color Cylindrical-coordinate representation of color #D8EC2D: hue angle of 66.28º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8EC2D is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 45 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.07 |
| HSL | 66.28º | 0.83% | 0.55% | - |
| HSV(B) | 66.28º | 0.81% | 0.93% | - |
| XYZ | 58.79 | 74.78 | 13.82 | - |
| YUV | 208.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 45 | 0.08 | 0 | 0.81 | 0.07 | 66.28 | 0.83 | 0.55 |
| Hex | D8 | EC | 2D | 8 | 0 | 51 | 7 | 42 | 53 | 37 |
| Octal | 330 | 354 | 55 | 10 | 0 | 121 | 7 | 102 | 123 | 67 |
| Binary | 11011000 | 11101100 | 101101 | 1000 | 0 | 1010001 | 111 | 1000010 | 1010011 | 110111 |
Color Harmonies of #D8EC2D
Complementary color
Monochromatic Colors of #D8EC2D
Black with #D8EC2D
Text Example
Text Example
White with #D8EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC2D; }
p { color: rgb(216,236,45); }
H1.HeaderClassName
{
color: #D8EC2D;
}
.AnyTagClassName
{
color: #D8EC2D;
}
</style>
background-color css
<style>
a { background-color: #D8EC2D; }
a { background-color: rgb(216,236,45); }
div.DivClassName
{
background-color: #D8EC2D;
}
.BgClassName
{
background-color: #D8EC2D;
}
</style>
border-color css
<style>
span { border-color: #D8EC2D; }
span { border-color: rgb(216,236,45); }
td.TdClassName
{
border-color: #D8EC2D;
}
.TagClassName
{
border-color: #D8EC2D;
}
</style>