Shades of Pear #D0EA2C
Tints of Pear #D0EA2C
RGB
CMYK
RGB Variations
Color information
#D0EA2C (or 0xD0EA2C) is known color: Pear. HEX triplet: D0, EA and 2C. RGB value is (208,234,44). Sum of RGB (Red+Green+Blue) = 208+234+44=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA2C is #2F15D3. Grayscale: #CDCDCD. Windows color (decimal): -3085780 or 2943696. OLE color: 2943696.
HSL color Cylindrical-coordinate representation of color #D0EA2C: hue angle of 68.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0EA2C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 44 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.08 |
| HSL | 68.21º | 0.82% | 0.55% | - |
| HSV(B) | 68.21º | 0.81% | 0.92% | - |
| XYZ | 55.89 | 72.44 | 13.42 | - |
| YUV | 204.57 | 37.39 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 44 | 0.11 | 0 | 0.81 | 0.08 | 68.21 | 0.82 | 0.55 |
| Hex | D0 | EA | 2C | B | 0 | 51 | 8 | 44 | 52 | 37 |
| Octal | 320 | 352 | 54 | 13 | 0 | 121 | 10 | 104 | 122 | 67 |
| Binary | 11010000 | 11101010 | 101100 | 1011 | 0 | 1010001 | 1000 | 1000100 | 1010010 | 110111 |
Color Harmonies of #D0EA2C
Complementary color
Monochromatic Colors of #D0EA2C
Black with #D0EA2C
Text Example
Text Example
White with #D0EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA2C; }
p { color: rgb(208,234,44); }
H1.HeaderClassName
{
color: #D0EA2C;
}
.AnyTagClassName
{
color: #D0EA2C;
}
</style>
background-color css
<style>
a { background-color: #D0EA2C; }
a { background-color: rgb(208,234,44); }
div.DivClassName
{
background-color: #D0EA2C;
}
.BgClassName
{
background-color: #D0EA2C;
}
</style>
border-color css
<style>
span { border-color: #D0EA2C; }
span { border-color: rgb(208,234,44); }
td.TdClassName
{
border-color: #D0EA2C;
}
.TagClassName
{
border-color: #D0EA2C;
}
</style>