Shades of Pear #D0E22D
Tints of Pear #D0E22D
RGB
CMYK
RGB Variations
Color information
#D0E22D (or 0xD0E22D) is known color: Pear. HEX triplet: D0, E2 and 2D. RGB value is (208,226,45). Sum of RGB (Red+Green+Blue) = 208+226+45=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E22D is #2F1DD2. Grayscale: #C8C8C8. Windows color (decimal): -3087827 or 3007184. OLE color: 3007184.
HSL color Cylindrical-coordinate representation of color #D0E22D: hue angle of 65.97º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0E22D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 45 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.11 |
| HSL | 65.97º | 0.76% | 0.53% | - |
| HSV(B) | 65.97º | 0.8% | 0.89% | - |
| XYZ | 53.68 | 67.99 | 12.78 | - |
| YUV | 199.98 | 40.54 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 45 | 0.08 | 0 | 0.80 | 0.11 | 65.97 | 0.76 | 0.53 |
| Hex | D0 | E2 | 2D | 8 | 0 | 50 | B | 42 | 4C | 35 |
| Octal | 320 | 342 | 55 | 10 | 0 | 120 | 13 | 102 | 114 | 65 |
| Binary | 11010000 | 11100010 | 101101 | 1000 | 0 | 1010000 | 1011 | 1000010 | 1001100 | 110101 |
Color Harmonies of #D0E22D
Complementary color
Monochromatic Colors of #D0E22D
Black with #D0E22D
Text Example
Text Example
White with #D0E22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E22D; }
p { color: rgb(208,226,45); }
H1.HeaderClassName
{
color: #D0E22D;
}
.AnyTagClassName
{
color: #D0E22D;
}
</style>
background-color css
<style>
a { background-color: #D0E22D; }
a { background-color: rgb(208,226,45); }
div.DivClassName
{
background-color: #D0E22D;
}
.BgClassName
{
background-color: #D0E22D;
}
</style>
border-color css
<style>
span { border-color: #D0E22D; }
span { border-color: rgb(208,226,45); }
td.TdClassName
{
border-color: #D0E22D;
}
.TagClassName
{
border-color: #D0E22D;
}
</style>