Shades of Pear #D3E342
Tints of Pear #D3E342
RGB
CMYK
RGB Variations
Color information
#D3E342 (or 0xD3E342) is known color: Pear. HEX triplet: D3, E3 and 42. RGB value is (211,227,66). Sum of RGB (Red+Green+Blue) = 211+227+66=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E342 is #2C1CBD. Grayscale: #CCCCCC. Windows color (decimal): -2890942 or 4383699. OLE color: 4383699.
HSL color Cylindrical-coordinate representation of color #D3E342: hue angle of 65.96º 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 #D3E342 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 66 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.11 |
| HSL | 65.96º | 0.74% | 0.57% | - |
| HSV(B) | 65.96º | 0.71% | 0.89% | - |
| XYZ | 55.32 | 69.18 | 15.59 | - |
| YUV | 203.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 66 | 0.07 | 0 | 0.71 | 0.11 | 65.96 | 0.74 | 0.57 |
| Hex | D3 | E3 | 42 | 7 | 0 | 47 | B | 42 | 4A | 39 |
| Octal | 323 | 343 | 102 | 7 | 0 | 107 | 13 | 102 | 112 | 71 |
| Binary | 11010011 | 11100011 | 1000010 | 111 | 0 | 1000111 | 1011 | 1000010 | 1001010 | 111001 |
Color Harmonies of #D3E342
Complementary color
Monochromatic Colors of #D3E342
Black with #D3E342
Text Example
Text Example
White with #D3E342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E342; }
p { color: rgb(211,227,66); }
H1.HeaderClassName
{
color: #D3E342;
}
.AnyTagClassName
{
color: #D3E342;
}
</style>
background-color css
<style>
a { background-color: #D3E342; }
a { background-color: rgb(211,227,66); }
div.DivClassName
{
background-color: #D3E342;
}
.BgClassName
{
background-color: #D3E342;
}
</style>
border-color css
<style>
span { border-color: #D3E342; }
span { border-color: rgb(211,227,66); }
td.TdClassName
{
border-color: #D3E342;
}
.TagClassName
{
border-color: #D3E342;
}
</style>