Shades of Pear #D2E342
Tints of Pear #D2E342
RGB
CMYK
RGB Variations
Color information
#D2E342 (or 0xD2E342) is known color: Pear. HEX triplet: D2, E3 and 42. RGB value is (210,227,66). Sum of RGB (Red+Green+Blue) = 210+227+66=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E342 is #2D1CBD. Grayscale: #CCCCCC. Windows color (decimal): -2956478 or 4383698. OLE color: 4383698.
HSL color Cylindrical-coordinate representation of color #D2E342: hue angle of 66.34º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2E342 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 66 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.11 |
| HSL | 66.34º | 0.74% | 0.57% | - |
| HSV(B) | 66.34º | 0.71% | 0.89% | - |
| XYZ | 55.03 | 69.03 | 15.58 | - |
| YUV | 203.56 | 50.37 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 66 | 0.07 | 0 | 0.71 | 0.11 | 66.34 | 0.74 | 0.57 |
| Hex | D2 | E3 | 42 | 7 | 0 | 47 | B | 42 | 4A | 39 |
| Octal | 322 | 343 | 102 | 7 | 0 | 107 | 13 | 102 | 112 | 71 |
| Binary | 11010010 | 11100011 | 1000010 | 111 | 0 | 1000111 | 1011 | 1000010 | 1001010 | 111001 |
Color Harmonies of #D2E342
Complementary color
Monochromatic Colors of #D2E342
Black with #D2E342
Text Example
Text Example
White with #D2E342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E342; }
p { color: rgb(210,227,66); }
H1.HeaderClassName
{
color: #D2E342;
}
.AnyTagClassName
{
color: #D2E342;
}
</style>
background-color css
<style>
a { background-color: #D2E342; }
a { background-color: rgb(210,227,66); }
div.DivClassName
{
background-color: #D2E342;
}
.BgClassName
{
background-color: #D2E342;
}
</style>
border-color css
<style>
span { border-color: #D2E342; }
span { border-color: rgb(210,227,66); }
td.TdClassName
{
border-color: #D2E342;
}
.TagClassName
{
border-color: #D2E342;
}
</style>