Shades of Pear #D0EB2A
Tints of Pear #D0EB2A
RGB
CMYK
RGB Variations
Color information
#D0EB2A (or 0xD0EB2A) is known color: Pear. HEX triplet: D0, EB and 2A. RGB value is (208,235,42). Sum of RGB (Red+Green+Blue) = 208+235+42=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EB2A is #2F14D5. Grayscale: #CDCDCD. Windows color (decimal): -3085526 or 2812880. OLE color: 2812880.
HSL color Cylindrical-coordinate representation of color #D0EB2A: hue angle of 68.39º degrees, saturation: 0.83, 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 #D0EB2A is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 42 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.08 |
| HSL | 68.39º | 0.83% | 0.54% | - |
| HSV(B) | 68.39º | 0.82% | 0.92% | - |
| XYZ | 56.14 | 72.99 | 13.32 | - |
| YUV | 204.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 42 | 0.11 | 0 | 0.82 | 0.08 | 68.39 | 0.83 | 0.54 |
| Hex | D0 | EB | 2A | B | 0 | 52 | 8 | 44 | 53 | 36 |
| Octal | 320 | 353 | 52 | 13 | 0 | 122 | 10 | 104 | 123 | 66 |
| Binary | 11010000 | 11101011 | 101010 | 1011 | 0 | 1010010 | 1000 | 1000100 | 1010011 | 110110 |
Color Harmonies of #D0EB2A
Complementary color
Monochromatic Colors of #D0EB2A
Black with #D0EB2A
Text Example
Text Example
White with #D0EB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EB2A; }
p { color: rgb(208,235,42); }
H1.HeaderClassName
{
color: #D0EB2A;
}
.AnyTagClassName
{
color: #D0EB2A;
}
</style>
background-color css
<style>
a { background-color: #D0EB2A; }
a { background-color: rgb(208,235,42); }
div.DivClassName
{
background-color: #D0EB2A;
}
.BgClassName
{
background-color: #D0EB2A;
}
</style>
border-color css
<style>
span { border-color: #D0EB2A; }
span { border-color: rgb(208,235,42); }
td.TdClassName
{
border-color: #D0EB2A;
}
.TagClassName
{
border-color: #D0EB2A;
}
</style>