Shades of Pear #D3E534
Tints of Pear #D3E534
RGB
CMYK
RGB Variations
Color information
#D3E534 (or 0xD3E534) is known color: Pear. HEX triplet: D3, E5 and 34. RGB value is (211,229,52). Sum of RGB (Red+Green+Blue) = 211+229+52=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E534 is #2C1ACB. Grayscale: #CCCCCC. Windows color (decimal): -2890444 or 3466707. OLE color: 3466707.
HSL color Cylindrical-coordinate representation of color #D3E534: hue angle of 66.1º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3E534 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 52 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.10 |
| HSL | 66.1º | 0.77% | 0.55% | - |
| HSV(B) | 66.1º | 0.77% | 0.9% | - |
| XYZ | 55.5 | 70.14 | 13.86 | - |
| YUV | 203.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 52 | 0.08 | 0 | 0.77 | 0.10 | 66.1 | 0.77 | 0.55 |
| Hex | D3 | E5 | 34 | 8 | 0 | 4D | A | 42 | 4D | 37 |
| Octal | 323 | 345 | 64 | 10 | 0 | 115 | 12 | 102 | 115 | 67 |
| Binary | 11010011 | 11100101 | 110100 | 1000 | 0 | 1001101 | 1010 | 1000010 | 1001101 | 110111 |
Color Harmonies of #D3E534
Complementary color
Monochromatic Colors of #D3E534
Black with #D3E534
Text Example
Text Example
White with #D3E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E534; }
p { color: rgb(211,229,52); }
H1.HeaderClassName
{
color: #D3E534;
}
.AnyTagClassName
{
color: #D3E534;
}
</style>
background-color css
<style>
a { background-color: #D3E534; }
a { background-color: rgb(211,229,52); }
div.DivClassName
{
background-color: #D3E534;
}
.BgClassName
{
background-color: #D3E534;
}
</style>
border-color css
<style>
span { border-color: #D3E534; }
span { border-color: rgb(211,229,52); }
td.TdClassName
{
border-color: #D3E534;
}
.TagClassName
{
border-color: #D3E534;
}
</style>