Shades of Pear #D2E53E
Tints of Pear #D2E53E
RGB
CMYK
RGB Variations
Color information
#D2E53E (or 0xD2E53E) is known color: Pear. HEX triplet: D2, E5 and 3E. RGB value is (210,229,62). Sum of RGB (Red+Green+Blue) = 210+229+62=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E53E is #2D1AC1. Grayscale: #CCCCCC. Windows color (decimal): -2955970 or 4122066. OLE color: 4122066.
HSL color Cylindrical-coordinate representation of color #D2E53E: hue angle of 66.83º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2E53E is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 229 | 62 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.10 |
| HSL | 66.83º | 0.76% | 0.57% | - |
| HSV(B) | 66.83º | 0.73% | 0.9% | - |
| XYZ | 55.47 | 70.09 | 15.16 | - |
| YUV | 204.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 62 | 0.08 | 0 | 0.73 | 0.10 | 66.83 | 0.76 | 0.57 |
| Hex | D2 | E5 | 3E | 8 | 0 | 49 | A | 43 | 4C | 39 |
| Octal | 322 | 345 | 76 | 10 | 0 | 111 | 12 | 103 | 114 | 71 |
| Binary | 11010010 | 11100101 | 111110 | 1000 | 0 | 1001001 | 1010 | 1000011 | 1001100 | 111001 |
Color Harmonies of #D2E53E
Complementary color
Monochromatic Colors of #D2E53E
Black with #D2E53E
Text Example
Text Example
White with #D2E53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E53E; }
p { color: rgb(210,229,62); }
H1.HeaderClassName
{
color: #D2E53E;
}
.AnyTagClassName
{
color: #D2E53E;
}
</style>
background-color css
<style>
a { background-color: #D2E53E; }
a { background-color: rgb(210,229,62); }
div.DivClassName
{
background-color: #D2E53E;
}
.BgClassName
{
background-color: #D2E53E;
}
</style>
border-color css
<style>
span { border-color: #D2E53E; }
span { border-color: rgb(210,229,62); }
td.TdClassName
{
border-color: #D2E53E;
}
.TagClassName
{
border-color: #D2E53E;
}
</style>