Shades of Pear #D3E53C
Tints of Pear #D3E53C
RGB
CMYK
RGB Variations
Color information
#D3E53C (or 0xD3E53C) is known color: Pear. HEX triplet: D3, E5 and 3C. RGB value is (211,229,60). Sum of RGB (Red+Green+Blue) = 211+229+60=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E53C is #2C1AC3. Grayscale: #CDCDCD. Windows color (decimal): -2890436 or 3990995. OLE color: 3990995.
HSL color Cylindrical-coordinate representation of color #D3E53C: hue angle of 66.39º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3E53C is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 60 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.10 |
| HSL | 66.39º | 0.76% | 0.57% | - |
| HSV(B) | 66.39º | 0.74% | 0.9% | - |
| XYZ | 55.7 | 70.21 | 14.89 | - |
| YUV | 204.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 60 | 0.08 | 0 | 0.74 | 0.10 | 66.39 | 0.76 | 0.57 |
| Hex | D3 | E5 | 3C | 8 | 0 | 4A | A | 42 | 4C | 39 |
| Octal | 323 | 345 | 74 | 10 | 0 | 112 | 12 | 102 | 114 | 71 |
| Binary | 11010011 | 11100101 | 111100 | 1000 | 0 | 1001010 | 1010 | 1000010 | 1001100 | 111001 |
Color Harmonies of #D3E53C
Complementary color
Monochromatic Colors of #D3E53C
Black with #D3E53C
Text Example
Text Example
White with #D3E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E53C; }
p { color: rgb(211,229,60); }
H1.HeaderClassName
{
color: #D3E53C;
}
.AnyTagClassName
{
color: #D3E53C;
}
</style>
background-color css
<style>
a { background-color: #D3E53C; }
a { background-color: rgb(211,229,60); }
div.DivClassName
{
background-color: #D3E53C;
}
.BgClassName
{
background-color: #D3E53C;
}
</style>
border-color css
<style>
span { border-color: #D3E53C; }
span { border-color: rgb(211,229,60); }
td.TdClassName
{
border-color: #D3E53C;
}
.TagClassName
{
border-color: #D3E53C;
}
</style>