Shades of Pear #D0EA4D
Tints of Pear #D0EA4D
RGB
CMYK
RGB Variations
Color information
#D0EA4D (or 0xD0EA4D) is known color: Pear. HEX triplet: D0, EA and 4D. RGB value is (208,234,77). Sum of RGB (Red+Green+Blue) = 208+234+77=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA4D is #2F15B2. Grayscale: #D0D0D0. Windows color (decimal): -3085747 or 5106384. OLE color: 5106384.
HSL color Cylindrical-coordinate representation of color #D0EA4D: hue angle of 69.94º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0EA4D is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 77 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.08 |
| HSL | 69.94º | 0.79% | 0.61% | - |
| HSV(B) | 69.94º | 0.67% | 0.92% | - |
| XYZ | 56.77 | 72.79 | 18.08 | - |
| YUV | 208.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 77 | 0.11 | 0 | 0.67 | 0.08 | 69.94 | 0.79 | 0.61 |
| Hex | D0 | EA | 4D | B | 0 | 43 | 8 | 46 | 4F | 3D |
| Octal | 320 | 352 | 115 | 13 | 0 | 103 | 10 | 106 | 117 | 75 |
| Binary | 11010000 | 11101010 | 1001101 | 1011 | 0 | 1000011 | 1000 | 1000110 | 1001111 | 111101 |
Color Harmonies of #D0EA4D
Complementary color
Monochromatic Colors of #D0EA4D
Black with #D0EA4D
Text Example
Text Example
White with #D0EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA4D; }
p { color: rgb(208,234,77); }
H1.HeaderClassName
{
color: #D0EA4D;
}
.AnyTagClassName
{
color: #D0EA4D;
}
</style>
background-color css
<style>
a { background-color: #D0EA4D; }
a { background-color: rgb(208,234,77); }
div.DivClassName
{
background-color: #D0EA4D;
}
.BgClassName
{
background-color: #D0EA4D;
}
</style>
border-color css
<style>
span { border-color: #D0EA4D; }
span { border-color: rgb(208,234,77); }
td.TdClassName
{
border-color: #D0EA4D;
}
.TagClassName
{
border-color: #D0EA4D;
}
</style>