Shades of Pear #D3EC2B
Tints of Pear #D3EC2B
RGB
CMYK
RGB Variations
Color information
#D3EC2B (or 0xD3EC2B) is known color: Pear. HEX triplet: D3, EC and 2B. RGB value is (211,236,43). Sum of RGB (Red+Green+Blue) = 211+236+43=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EC2B is #2C13D4. Grayscale: #CFCFCF. Windows color (decimal): -2888661 or 2878675. OLE color: 2878675.
HSL color Cylindrical-coordinate representation of color #D3EC2B: hue angle of 67.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3EC2B is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 43 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.07 |
| HSL | 67.77º | 0.84% | 0.55% | - |
| HSV(B) | 67.77º | 0.82% | 0.93% | - |
| XYZ | 57.3 | 74.01 | 13.55 | - |
| YUV | 206.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 43 | 0.11 | 0 | 0.82 | 0.07 | 67.77 | 0.84 | 0.55 |
| Hex | D3 | EC | 2B | B | 0 | 52 | 7 | 44 | 54 | 37 |
| Octal | 323 | 354 | 53 | 13 | 0 | 122 | 7 | 104 | 124 | 67 |
| Binary | 11010011 | 11101100 | 101011 | 1011 | 0 | 1010010 | 111 | 1000100 | 1010100 | 110111 |
Color Harmonies of #D3EC2B
Complementary color
Monochromatic Colors of #D3EC2B
Black with #D3EC2B
Text Example
Text Example
White with #D3EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC2B; }
p { color: rgb(211,236,43); }
H1.HeaderClassName
{
color: #D3EC2B;
}
.AnyTagClassName
{
color: #D3EC2B;
}
</style>
background-color css
<style>
a { background-color: #D3EC2B; }
a { background-color: rgb(211,236,43); }
div.DivClassName
{
background-color: #D3EC2B;
}
.BgClassName
{
background-color: #D3EC2B;
}
</style>
border-color css
<style>
span { border-color: #D3EC2B; }
span { border-color: rgb(211,236,43); }
td.TdClassName
{
border-color: #D3EC2B;
}
.TagClassName
{
border-color: #D3EC2B;
}
</style>