Shades of Pear #D3E13E
Tints of Pear #D3E13E
RGB
CMYK
RGB Variations
Color information
#D3E13E (or 0xD3E13E) is known color: Pear. HEX triplet: D3, E1 and 3E. RGB value is (211,225,62). Sum of RGB (Red+Green+Blue) = 211+225+62=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E13E is #2C1EC1. Grayscale: #CACACA. Windows color (decimal): -2891458 or 4121043. OLE color: 4121043.
HSL color Cylindrical-coordinate representation of color #D3E13E: hue angle of 65.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3E13E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.12 |
| HSL | 65.15º | 0.73% | 0.56% | - |
| HSV(B) | 65.15º | 0.72% | 0.88% | - |
| XYZ | 54.66 | 68.05 | 14.81 | - |
| YUV | 202.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 62 | 0.06 | 0 | 0.72 | 0.12 | 65.15 | 0.73 | 0.56 |
| Hex | D3 | E1 | 3E | 6 | 0 | 48 | C | 41 | 49 | 38 |
| Octal | 323 | 341 | 76 | 6 | 0 | 110 | 14 | 101 | 111 | 70 |
| Binary | 11010011 | 11100001 | 111110 | 110 | 0 | 1001000 | 1100 | 1000001 | 1001001 | 111000 |
Color Harmonies of #D3E13E
Complementary color
Monochromatic Colors of #D3E13E
Black with #D3E13E
Text Example
Text Example
White with #D3E13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E13E; }
p { color: rgb(211,225,62); }
H1.HeaderClassName
{
color: #D3E13E;
}
.AnyTagClassName
{
color: #D3E13E;
}
</style>
background-color css
<style>
a { background-color: #D3E13E; }
a { background-color: rgb(211,225,62); }
div.DivClassName
{
background-color: #D3E13E;
}
.BgClassName
{
background-color: #D3E13E;
}
</style>
border-color css
<style>
span { border-color: #D3E13E; }
span { border-color: rgb(211,225,62); }
td.TdClassName
{
border-color: #D3E13E;
}
.TagClassName
{
border-color: #D3E13E;
}
</style>