Shades of Pear #D2E139
Tints of Pear #D2E139
RGB
CMYK
RGB Variations
Color information
#D2E139 (or 0xD2E139) is known color: Pear. HEX triplet: D2, E1 and 39. RGB value is (210,225,57). Sum of RGB (Red+Green+Blue) = 210+225+57=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E139 is #2D1EC6. Grayscale: #CACACA. Windows color (decimal): -2956999 or 3793362. OLE color: 3793362.
HSL color Cylindrical-coordinate representation of color #D2E139: hue angle of 65.36º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2E139 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 57 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.12 |
| HSL | 65.36º | 0.74% | 0.55% | - |
| HSV(B) | 65.36º | 0.75% | 0.88% | - |
| XYZ | 54.24 | 67.85 | 14.11 | - |
| YUV | 201.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 57 | 0.07 | 0 | 0.75 | 0.12 | 65.36 | 0.74 | 0.55 |
| Hex | D2 | E1 | 39 | 7 | 0 | 4B | C | 41 | 4A | 37 |
| Octal | 322 | 341 | 71 | 7 | 0 | 113 | 14 | 101 | 112 | 67 |
| Binary | 11010010 | 11100001 | 111001 | 111 | 0 | 1001011 | 1100 | 1000001 | 1001010 | 110111 |
Color Harmonies of #D2E139
Complementary color
Monochromatic Colors of #D2E139
Black with #D2E139
Text Example
Text Example
White with #D2E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E139; }
p { color: rgb(210,225,57); }
H1.HeaderClassName
{
color: #D2E139;
}
.AnyTagClassName
{
color: #D2E139;
}
</style>
background-color css
<style>
a { background-color: #D2E139; }
a { background-color: rgb(210,225,57); }
div.DivClassName
{
background-color: #D2E139;
}
.BgClassName
{
background-color: #D2E139;
}
</style>
border-color css
<style>
span { border-color: #D2E139; }
span { border-color: rgb(210,225,57); }
td.TdClassName
{
border-color: #D2E139;
}
.TagClassName
{
border-color: #D2E139;
}
</style>