Shades of Pear #D0E547
Tints of Pear #D0E547
RGB
CMYK
RGB Variations
Color information
#D0E547 (or 0xD0E547) is known color: Pear. HEX triplet: D0, E5 and 47. RGB value is (208,229,71). Sum of RGB (Red+Green+Blue) = 208+229+71=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E547 is #2F1AB8. Grayscale: #CDCDCD. Windows color (decimal): -3087033 or 4711888. OLE color: 4711888.
HSL color Cylindrical-coordinate representation of color #D0E547: hue angle of 67.97º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0E547 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 71 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.10 |
| HSL | 67.97º | 0.75% | 0.59% | - |
| HSV(B) | 67.97º | 0.69% | 0.9% | - |
| XYZ | 55.17 | 69.9 | 16.55 | - |
| YUV | 204.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 71 | 0.09 | 0 | 0.69 | 0.10 | 67.97 | 0.75 | 0.59 |
| Hex | D0 | E5 | 47 | 9 | 0 | 45 | A | 44 | 4B | 3B |
| Octal | 320 | 345 | 107 | 11 | 0 | 105 | 12 | 104 | 113 | 73 |
| Binary | 11010000 | 11100101 | 1000111 | 1001 | 0 | 1000101 | 1010 | 1000100 | 1001011 | 111011 |
Color Harmonies of #D0E547
Complementary color
Monochromatic Colors of #D0E547
Black with #D0E547
Text Example
Text Example
White with #D0E547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E547; }
p { color: rgb(208,229,71); }
H1.HeaderClassName
{
color: #D0E547;
}
.AnyTagClassName
{
color: #D0E547;
}
</style>
background-color css
<style>
a { background-color: #D0E547; }
a { background-color: rgb(208,229,71); }
div.DivClassName
{
background-color: #D0E547;
}
.BgClassName
{
background-color: #D0E547;
}
</style>
border-color css
<style>
span { border-color: #D0E547; }
span { border-color: rgb(208,229,71); }
td.TdClassName
{
border-color: #D0E547;
}
.TagClassName
{
border-color: #D0E547;
}
</style>