Shades of Pear #D0E43D
Tints of Pear #D0E43D
RGB
CMYK
RGB Variations
Color information
#D0E43D (or 0xD0E43D) is known color: Pear. HEX triplet: D0, E4 and 3D. RGB value is (208,228,61). Sum of RGB (Red+Green+Blue) = 208+228+61=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E43D is #2F1BC2. Grayscale: #CBCBCB. Windows color (decimal): -3087299 or 4056272. OLE color: 4056272.
HSL color Cylindrical-coordinate representation of color #D0E43D: hue angle of 67.19º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0E43D is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 61 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.11 |
| HSL | 67.19º | 0.76% | 0.57% | - |
| HSV(B) | 67.19º | 0.73% | 0.89% | - |
| XYZ | 54.6 | 69.23 | 14.9 | - |
| YUV | 202.98 | 47.87 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 61 | 0.09 | 0 | 0.73 | 0.11 | 67.19 | 0.76 | 0.57 |
| Hex | D0 | E4 | 3D | 9 | 0 | 49 | B | 43 | 4C | 39 |
| Octal | 320 | 344 | 75 | 11 | 0 | 111 | 13 | 103 | 114 | 71 |
| Binary | 11010000 | 11100100 | 111101 | 1001 | 0 | 1001001 | 1011 | 1000011 | 1001100 | 111001 |
Color Harmonies of #D0E43D
Complementary color
Monochromatic Colors of #D0E43D
Black with #D0E43D
Text Example
Text Example
White with #D0E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E43D; }
p { color: rgb(208,228,61); }
H1.HeaderClassName
{
color: #D0E43D;
}
.AnyTagClassName
{
color: #D0E43D;
}
</style>
background-color css
<style>
a { background-color: #D0E43D; }
a { background-color: rgb(208,228,61); }
div.DivClassName
{
background-color: #D0E43D;
}
.BgClassName
{
background-color: #D0E43D;
}
</style>
border-color css
<style>
span { border-color: #D0E43D; }
span { border-color: rgb(208,228,61); }
td.TdClassName
{
border-color: #D0E43D;
}
.TagClassName
{
border-color: #D0E43D;
}
</style>