Shades of Pear #D0EA29
Tints of Pear #D0EA29
RGB
CMYK
RGB Variations
Color information
#D0EA29 (or 0xD0EA29) is known color: Pear. HEX triplet: D0, EA and 29. RGB value is (208,234,41). Sum of RGB (Red+Green+Blue) = 208+234+41=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA29 is #2F15D6. Grayscale: #CCCCCC. Windows color (decimal): -3085783 or 2747088. OLE color: 2747088.
HSL color Cylindrical-coordinate representation of color #D0EA29: hue angle of 68.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0EA29 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 41 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.08 |
| HSL | 68.08º | 0.82% | 0.54% | - |
| HSV(B) | 68.08º | 0.82% | 0.92% | - |
| XYZ | 55.84 | 72.42 | 13.13 | - |
| YUV | 204.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 41 | 0.11 | 0 | 0.82 | 0.08 | 68.08 | 0.82 | 0.54 |
| Hex | D0 | EA | 29 | B | 0 | 52 | 8 | 44 | 52 | 36 |
| Octal | 320 | 352 | 51 | 13 | 0 | 122 | 10 | 104 | 122 | 66 |
| Binary | 11010000 | 11101010 | 101001 | 1011 | 0 | 1010010 | 1000 | 1000100 | 1010010 | 110110 |
Color Harmonies of #D0EA29
Complementary color
Monochromatic Colors of #D0EA29
Black with #D0EA29
Text Example
Text Example
White with #D0EA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA29; }
p { color: rgb(208,234,41); }
H1.HeaderClassName
{
color: #D0EA29;
}
.AnyTagClassName
{
color: #D0EA29;
}
</style>
background-color css
<style>
a { background-color: #D0EA29; }
a { background-color: rgb(208,234,41); }
div.DivClassName
{
background-color: #D0EA29;
}
.BgClassName
{
background-color: #D0EA29;
}
</style>
border-color css
<style>
span { border-color: #D0EA29; }
span { border-color: rgb(208,234,41); }
td.TdClassName
{
border-color: #D0EA29;
}
.TagClassName
{
border-color: #D0EA29;
}
</style>