Shades of Pear #D2E12D
Tints of Pear #D2E12D
RGB
CMYK
RGB Variations
Color information
#D2E12D (or 0xD2E12D) is known color: Pear. HEX triplet: D2, E1 and 2D. RGB value is (210,225,45). Sum of RGB (Red+Green+Blue) = 210+225+45=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E12D is #2D1ED2. Grayscale: #C8C8C8. Windows color (decimal): -2957011 or 3006930. OLE color: 3006930.
HSL color Cylindrical-coordinate representation of color #D2E12D: hue angle of 65º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2E12D is Cyan = 0.07, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 45 | - |
| CMYK | 0.07 | 0 | 0.8 | 0.12 |
| HSL | 65º | 0.75% | 0.53% | - |
| HSV(B) | 65º | 0.8% | 0.88% | - |
| XYZ | 53.98 | 67.74 | 12.71 | - |
| YUV | 200 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 45 | 0.07 | 0 | 0.8 | 0.12 | 65 | 0.75 | 0.53 |
| Hex | D2 | E1 | 2D | 7 | 0 | 50 | C | 41 | 4B | 35 |
| Octal | 322 | 341 | 55 | 7 | 0 | 120 | 14 | 101 | 113 | 65 |
| Binary | 11010010 | 11100001 | 101101 | 111 | 0 | 1010000 | 1100 | 1000001 | 1001011 | 110101 |
Color Harmonies of #D2E12D
Complementary color
Monochromatic Colors of #D2E12D
Black with #D2E12D
Text Example
Text Example
White with #D2E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E12D; }
p { color: rgb(210,225,45); }
H1.HeaderClassName
{
color: #D2E12D;
}
.AnyTagClassName
{
color: #D2E12D;
}
</style>
background-color css
<style>
a { background-color: #D2E12D; }
a { background-color: rgb(210,225,45); }
div.DivClassName
{
background-color: #D2E12D;
}
.BgClassName
{
background-color: #D2E12D;
}
</style>
border-color css
<style>
span { border-color: #D2E12D; }
span { border-color: rgb(210,225,45); }
td.TdClassName
{
border-color: #D2E12D;
}
.TagClassName
{
border-color: #D2E12D;
}
</style>