Shades of Pear #D2E031
Tints of Pear #D2E031
RGB
CMYK
RGB Variations
Color information
#D2E031 (or 0xD2E031) is known color: Pear. HEX triplet: D2, E0 and 31. RGB value is (210,224,49). Sum of RGB (Red+Green+Blue) = 210+224+49=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E031 is #2D1FCE. Grayscale: #C8C8C8. Windows color (decimal): -2957263 or 3268818. OLE color: 3268818.
HSL color Cylindrical-coordinate representation of color #D2E031: hue angle of 64.8º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2E031 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 49 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.12 |
| HSL | 64.8º | 0.74% | 0.54% | - |
| HSV(B) | 64.8º | 0.78% | 0.88% | - |
| XYZ | 53.79 | 67.23 | 13.05 | - |
| YUV | 199.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 49 | 0.06 | 0 | 0.78 | 0.12 | 64.8 | 0.74 | 0.54 |
| Hex | D2 | E0 | 31 | 6 | 0 | 4E | C | 41 | 4A | 36 |
| Octal | 322 | 340 | 61 | 6 | 0 | 116 | 14 | 101 | 112 | 66 |
| Binary | 11010010 | 11100000 | 110001 | 110 | 0 | 1001110 | 1100 | 1000001 | 1001010 | 110110 |
Color Harmonies of #D2E031
Complementary color
Monochromatic Colors of #D2E031
Black with #D2E031
Text Example
Text Example
White with #D2E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E031; }
p { color: rgb(210,224,49); }
H1.HeaderClassName
{
color: #D2E031;
}
.AnyTagClassName
{
color: #D2E031;
}
</style>
background-color css
<style>
a { background-color: #D2E031; }
a { background-color: rgb(210,224,49); }
div.DivClassName
{
background-color: #D2E031;
}
.BgClassName
{
background-color: #D2E031;
}
</style>
border-color css
<style>
span { border-color: #D2E031; }
span { border-color: rgb(210,224,49); }
td.TdClassName
{
border-color: #D2E031;
}
.TagClassName
{
border-color: #D2E031;
}
</style>