Shades of Pear #D3EC45
Tints of Pear #D3EC45
RGB
CMYK
RGB Variations
Color information
#D3EC45 (or 0xD3EC45) is known color: Pear. HEX triplet: D3, EC and 45. RGB value is (211,236,69). Sum of RGB (Red+Green+Blue) = 211+236+69=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EC45 is #2C13BA. Grayscale: #D2D2D2. Windows color (decimal): -2888635 or 4582611. OLE color: 4582611.
HSL color Cylindrical-coordinate representation of color #D3EC45: hue angle of 68.98º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3EC45 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 69 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.07 |
| HSL | 68.98º | 0.81% | 0.6% | - |
| HSV(B) | 68.98º | 0.71% | 0.93% | - |
| XYZ | 57.93 | 74.27 | 16.91 | - |
| YUV | 209.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 69 | 0.11 | 0 | 0.71 | 0.07 | 68.98 | 0.81 | 0.6 |
| Hex | D3 | EC | 45 | B | 0 | 47 | 7 | 45 | 51 | 3C |
| Octal | 323 | 354 | 105 | 13 | 0 | 107 | 7 | 105 | 121 | 74 |
| Binary | 11010011 | 11101100 | 1000101 | 1011 | 0 | 1000111 | 111 | 1000101 | 1010001 | 111100 |
Color Harmonies of #D3EC45
Complementary color
Monochromatic Colors of #D3EC45
Black with #D3EC45
Text Example
Text Example
White with #D3EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC45; }
p { color: rgb(211,236,69); }
H1.HeaderClassName
{
color: #D3EC45;
}
.AnyTagClassName
{
color: #D3EC45;
}
</style>
background-color css
<style>
a { background-color: #D3EC45; }
a { background-color: rgb(211,236,69); }
div.DivClassName
{
background-color: #D3EC45;
}
.BgClassName
{
background-color: #D3EC45;
}
</style>
border-color css
<style>
span { border-color: #D3EC45; }
span { border-color: rgb(211,236,69); }
td.TdClassName
{
border-color: #D3EC45;
}
.TagClassName
{
border-color: #D3EC45;
}
</style>