Shades of Pear #D3E934
Tints of Pear #D3E934
RGB
CMYK
RGB Variations
Color information
#D3E934 (or 0xD3E934) is known color: Pear. HEX triplet: D3, E9 and 34. RGB value is (211,233,52). Sum of RGB (Red+Green+Blue) = 211+233+52=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E934 is #2C16CB. Grayscale: #CECECE. Windows color (decimal): -2889420 or 3467731. OLE color: 3467731.
HSL color Cylindrical-coordinate representation of color #D3E934: hue angle of 67.29º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3E934 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 52 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.09 |
| HSL | 67.29º | 0.8% | 0.56% | - |
| HSV(B) | 67.29º | 0.78% | 0.91% | - |
| XYZ | 56.62 | 72.37 | 14.23 | - |
| YUV | 205.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 52 | 0.09 | 0 | 0.78 | 0.09 | 67.29 | 0.8 | 0.56 |
| Hex | D3 | E9 | 34 | 9 | 0 | 4E | 9 | 43 | 50 | 38 |
| Octal | 323 | 351 | 64 | 11 | 0 | 116 | 11 | 103 | 120 | 70 |
| Binary | 11010011 | 11101001 | 110100 | 1001 | 0 | 1001110 | 1001 | 1000011 | 1010000 | 111000 |
Color Harmonies of #D3E934
Complementary color
Monochromatic Colors of #D3E934
Black with #D3E934
Text Example
Text Example
White with #D3E934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E934; }
p { color: rgb(211,233,52); }
H1.HeaderClassName
{
color: #D3E934;
}
.AnyTagClassName
{
color: #D3E934;
}
</style>
background-color css
<style>
a { background-color: #D3E934; }
a { background-color: rgb(211,233,52); }
div.DivClassName
{
background-color: #D3E934;
}
.BgClassName
{
background-color: #D3E934;
}
</style>
border-color css
<style>
span { border-color: #D3E934; }
span { border-color: rgb(211,233,52); }
td.TdClassName
{
border-color: #D3E934;
}
.TagClassName
{
border-color: #D3E934;
}
</style>