Shades of Pear #D0EB4C
Tints of Pear #D0EB4C
RGB
CMYK
RGB Variations
Color information
#D0EB4C (or 0xD0EB4C) is known color: Pear. HEX triplet: D0, EB and 4C. RGB value is (208,235,76). Sum of RGB (Red+Green+Blue) = 208+235+76=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EB4C is #2F14B3. Grayscale: #D1D1D1. Windows color (decimal): -3085492 or 5041104. OLE color: 5041104.
HSL color Cylindrical-coordinate representation of color #D0EB4C: hue angle of 70.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0EB4C is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 76 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.08 |
| HSL | 70.19º | 0.8% | 0.61% | - |
| HSV(B) | 70.19º | 0.68% | 0.92% | - |
| XYZ | 57.03 | 73.35 | 17.99 | - |
| YUV | 208.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 76 | 0.11 | 0 | 0.68 | 0.08 | 70.19 | 0.8 | 0.61 |
| Hex | D0 | EB | 4C | B | 0 | 44 | 8 | 46 | 50 | 3D |
| Octal | 320 | 353 | 114 | 13 | 0 | 104 | 10 | 106 | 120 | 75 |
| Binary | 11010000 | 11101011 | 1001100 | 1011 | 0 | 1000100 | 1000 | 1000110 | 1010000 | 111101 |
Color Harmonies of #D0EB4C
Complementary color
Monochromatic Colors of #D0EB4C
Black with #D0EB4C
Text Example
Text Example
White with #D0EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EB4C; }
p { color: rgb(208,235,76); }
H1.HeaderClassName
{
color: #D0EB4C;
}
.AnyTagClassName
{
color: #D0EB4C;
}
</style>
background-color css
<style>
a { background-color: #D0EB4C; }
a { background-color: rgb(208,235,76); }
div.DivClassName
{
background-color: #D0EB4C;
}
.BgClassName
{
background-color: #D0EB4C;
}
</style>
border-color css
<style>
span { border-color: #D0EB4C; }
span { border-color: rgb(208,235,76); }
td.TdClassName
{
border-color: #D0EB4C;
}
.TagClassName
{
border-color: #D0EB4C;
}
</style>