Shades of Pear #D2E125
Tints of Pear #D2E125
RGB
CMYK
RGB Variations
Color information
#D2E125 (or 0xD2E125) is known color: Pear. HEX triplet: D2, E1 and 25. RGB value is (210,225,37). Sum of RGB (Red+Green+Blue) = 210+225+37=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E125 is #2D1EDA. Grayscale: #C7C7C7. Windows color (decimal): -2957019 or 2482642. OLE color: 2482642.
HSL color Cylindrical-coordinate representation of color #D2E125: hue angle of 64.79º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2E125 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 37 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.12 |
| HSL | 64.79º | 0.76% | 0.51% | - |
| HSV(B) | 64.79º | 0.84% | 0.88% | - |
| XYZ | 53.84 | 67.69 | 11.98 | - |
| YUV | 199.08 | 36.53 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 37 | 0.07 | 0 | 0.84 | 0.12 | 64.79 | 0.76 | 0.51 |
| Hex | D2 | E1 | 25 | 7 | 0 | 54 | C | 41 | 4C | 33 |
| Octal | 322 | 341 | 45 | 7 | 0 | 124 | 14 | 101 | 114 | 63 |
| Binary | 11010010 | 11100001 | 100101 | 111 | 0 | 1010100 | 1100 | 1000001 | 1001100 | 110011 |
Color Harmonies of #D2E125
Complementary color
Monochromatic Colors of #D2E125
Black with #D2E125
Text Example
Text Example
White with #D2E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E125; }
p { color: rgb(210,225,37); }
H1.HeaderClassName
{
color: #D2E125;
}
.AnyTagClassName
{
color: #D2E125;
}
</style>
background-color css
<style>
a { background-color: #D2E125; }
a { background-color: rgb(210,225,37); }
div.DivClassName
{
background-color: #D2E125;
}
.BgClassName
{
background-color: #D2E125;
}
</style>
border-color css
<style>
span { border-color: #D2E125; }
span { border-color: rgb(210,225,37); }
td.TdClassName
{
border-color: #D2E125;
}
.TagClassName
{
border-color: #D2E125;
}
</style>