Shades of Pear #D3E334
Tints of Pear #D3E334
RGB
CMYK
RGB Variations
Color information
#D3E334 (or 0xD3E334) is known color: Pear. HEX triplet: D3, E3 and 34. RGB value is (211,227,52). Sum of RGB (Red+Green+Blue) = 211+227+52=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E334 is #2C1CCB. Grayscale: #CACACA. Windows color (decimal): -2890956 or 3466195. OLE color: 3466195.
HSL color Cylindrical-coordinate representation of color #D3E334: hue angle of 65.49º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3E334 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 52 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.11 |
| HSL | 65.49º | 0.76% | 0.55% | - |
| HSV(B) | 65.49º | 0.77% | 0.89% | - |
| XYZ | 54.95 | 69.03 | 13.68 | - |
| YUV | 202.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 52 | 0.07 | 0 | 0.77 | 0.11 | 65.49 | 0.76 | 0.55 |
| Hex | D3 | E3 | 34 | 7 | 0 | 4D | B | 41 | 4C | 37 |
| Octal | 323 | 343 | 64 | 7 | 0 | 115 | 13 | 101 | 114 | 67 |
| Binary | 11010011 | 11100011 | 110100 | 111 | 0 | 1001101 | 1011 | 1000001 | 1001100 | 110111 |
Color Harmonies of #D3E334
Complementary color
Monochromatic Colors of #D3E334
Black with #D3E334
Text Example
Text Example
White with #D3E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E334; }
p { color: rgb(211,227,52); }
H1.HeaderClassName
{
color: #D3E334;
}
.AnyTagClassName
{
color: #D3E334;
}
</style>
background-color css
<style>
a { background-color: #D3E334; }
a { background-color: rgb(211,227,52); }
div.DivClassName
{
background-color: #D3E334;
}
.BgClassName
{
background-color: #D3E334;
}
</style>
border-color css
<style>
span { border-color: #D3E334; }
span { border-color: rgb(211,227,52); }
td.TdClassName
{
border-color: #D3E334;
}
.TagClassName
{
border-color: #D3E334;
}
</style>