Shades of Pear #D0EA1D
Tints of Pear #D0EA1D
RGB
CMYK
RGB Variations
Color information
#D0EA1D (or 0xD0EA1D) is known color: Pear. HEX triplet: D0, EA and 1D. RGB value is (208,234,29). Sum of RGB (Red+Green+Blue) = 208+234+29=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA1D is #2F15E2. Grayscale: #CBCBCB. Windows color (decimal): -3085795 or 1960656. OLE color: 1960656.
HSL color Cylindrical-coordinate representation of color #D0EA1D: hue angle of 67.61º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0EA1D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.08 |
| HSL | 67.61º | 0.83% | 0.52% | - |
| HSV(B) | 67.61º | 0.88% | 0.92% | - |
| XYZ | 55.66 | 72.34 | 12.19 | - |
| YUV | 202.86 | 29.89 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 29 | 0.11 | 0 | 0.88 | 0.08 | 67.61 | 0.83 | 0.52 |
| Hex | D0 | EA | 1D | B | 0 | 58 | 8 | 44 | 53 | 34 |
| Octal | 320 | 352 | 35 | 13 | 0 | 130 | 10 | 104 | 123 | 64 |
| Binary | 11010000 | 11101010 | 11101 | 1011 | 0 | 1011000 | 1000 | 1000100 | 1010011 | 110100 |
Color Harmonies of #D0EA1D
Complementary color
Monochromatic Colors of #D0EA1D
Black with #D0EA1D
Text Example
Text Example
White with #D0EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA1D; }
p { color: rgb(208,234,29); }
H1.HeaderClassName
{
color: #D0EA1D;
}
.AnyTagClassName
{
color: #D0EA1D;
}
</style>
background-color css
<style>
a { background-color: #D0EA1D; }
a { background-color: rgb(208,234,29); }
div.DivClassName
{
background-color: #D0EA1D;
}
.BgClassName
{
background-color: #D0EA1D;
}
</style>
border-color css
<style>
span { border-color: #D0EA1D; }
span { border-color: rgb(208,234,29); }
td.TdClassName
{
border-color: #D0EA1D;
}
.TagClassName
{
border-color: #D0EA1D;
}
</style>