Shades of Pear #D0E43B
Tints of Pear #D0E43B
RGB
CMYK
RGB Variations
Color information
#D0E43B (or 0xD0E43B) is known color: Pear. HEX triplet: D0, E4 and 3B. RGB value is (208,228,59). Sum of RGB (Red+Green+Blue) = 208+228+59=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E43B is #2F1BC4. Grayscale: #CBCBCB. Windows color (decimal): -3087301 or 3925200. OLE color: 3925200.
HSL color Cylindrical-coordinate representation of color #D0E43B: hue angle of 67.1º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0E43B is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 59 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.11 |
| HSL | 67.1º | 0.76% | 0.56% | - |
| HSV(B) | 67.1º | 0.74% | 0.89% | - |
| XYZ | 54.55 | 69.21 | 14.62 | - |
| YUV | 202.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 59 | 0.09 | 0 | 0.74 | 0.11 | 67.1 | 0.76 | 0.56 |
| Hex | D0 | E4 | 3B | 9 | 0 | 4A | B | 43 | 4C | 38 |
| Octal | 320 | 344 | 73 | 11 | 0 | 112 | 13 | 103 | 114 | 70 |
| Binary | 11010000 | 11100100 | 111011 | 1001 | 0 | 1001010 | 1011 | 1000011 | 1001100 | 111000 |
Color Harmonies of #D0E43B
Complementary color
Monochromatic Colors of #D0E43B
Black with #D0E43B
Text Example
Text Example
White with #D0E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E43B; }
p { color: rgb(208,228,59); }
H1.HeaderClassName
{
color: #D0E43B;
}
.AnyTagClassName
{
color: #D0E43B;
}
</style>
background-color css
<style>
a { background-color: #D0E43B; }
a { background-color: rgb(208,228,59); }
div.DivClassName
{
background-color: #D0E43B;
}
.BgClassName
{
background-color: #D0E43B;
}
</style>
border-color css
<style>
span { border-color: #D0E43B; }
span { border-color: rgb(208,228,59); }
td.TdClassName
{
border-color: #D0E43B;
}
.TagClassName
{
border-color: #D0E43B;
}
</style>