Shades of Pear #D3E932
Tints of Pear #D3E932
RGB
CMYK
RGB Variations
Color information
#D3E932 (or 0xD3E932) is known color: Pear. HEX triplet: D3, E9 and 32. RGB value is (211,233,50). Sum of RGB (Red+Green+Blue) = 211+233+50=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E932 is #2C16CD. Grayscale: #CECECE. Windows color (decimal): -2889422 or 3336659. OLE color: 3336659.
HSL color Cylindrical-coordinate representation of color #D3E932: hue angle of 67.21º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3E932 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 50 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.09 |
| HSL | 67.21º | 0.81% | 0.55% | - |
| HSV(B) | 67.21º | 0.79% | 0.91% | - |
| XYZ | 56.58 | 72.36 | 14 | - |
| YUV | 205.56 | 40.21 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 50 | 0.09 | 0 | 0.79 | 0.09 | 67.21 | 0.81 | 0.55 |
| Hex | D3 | E9 | 32 | 9 | 0 | 4F | 9 | 43 | 51 | 37 |
| Octal | 323 | 351 | 62 | 11 | 0 | 117 | 11 | 103 | 121 | 67 |
| Binary | 11010011 | 11101001 | 110010 | 1001 | 0 | 1001111 | 1001 | 1000011 | 1010001 | 110111 |
Color Harmonies of #D3E932
Complementary color
Monochromatic Colors of #D3E932
Black with #D3E932
Text Example
Text Example
White with #D3E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E932; }
p { color: rgb(211,233,50); }
H1.HeaderClassName
{
color: #D3E932;
}
.AnyTagClassName
{
color: #D3E932;
}
</style>
background-color css
<style>
a { background-color: #D3E932; }
a { background-color: rgb(211,233,50); }
div.DivClassName
{
background-color: #D3E932;
}
.BgClassName
{
background-color: #D3E932;
}
</style>
border-color css
<style>
span { border-color: #D3E932; }
span { border-color: rgb(211,233,50); }
td.TdClassName
{
border-color: #D3E932;
}
.TagClassName
{
border-color: #D3E932;
}
</style>