Shades of Pear #D3ED32
Tints of Pear #D3ED32
RGB
CMYK
RGB Variations
Color information
#D3ED32 (or 0xD3ED32) is known color: Pear. HEX triplet: D3, ED and 32. RGB value is (211,237,50). Sum of RGB (Red+Green+Blue) = 211+237+50=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3ED32 is #2C12CD. Grayscale: #D0D0D0. Windows color (decimal): -2888398 or 3337683. OLE color: 3337683.
HSL color Cylindrical-coordinate representation of color #D3ED32: hue angle of 68.34º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3ED32 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 50 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.07 |
| HSL | 68.34º | 0.84% | 0.56% | - |
| HSV(B) | 68.34º | 0.79% | 0.93% | - |
| XYZ | 57.72 | 74.65 | 14.38 | - |
| YUV | 207.91 | 38.89 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 50 | 0.11 | 0 | 0.79 | 0.07 | 68.34 | 0.84 | 0.56 |
| Hex | D3 | ED | 32 | B | 0 | 4F | 7 | 44 | 54 | 38 |
| Octal | 323 | 355 | 62 | 13 | 0 | 117 | 7 | 104 | 124 | 70 |
| Binary | 11010011 | 11101101 | 110010 | 1011 | 0 | 1001111 | 111 | 1000100 | 1010100 | 111000 |
Color Harmonies of #D3ED32
Complementary color
Monochromatic Colors of #D3ED32
Black with #D3ED32
Text Example
Text Example
White with #D3ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED32; }
p { color: rgb(211,237,50); }
H1.HeaderClassName
{
color: #D3ED32;
}
.AnyTagClassName
{
color: #D3ED32;
}
</style>
background-color css
<style>
a { background-color: #D3ED32; }
a { background-color: rgb(211,237,50); }
div.DivClassName
{
background-color: #D3ED32;
}
.BgClassName
{
background-color: #D3ED32;
}
</style>
border-color css
<style>
span { border-color: #D3ED32; }
span { border-color: rgb(211,237,50); }
td.TdClassName
{
border-color: #D3ED32;
}
.TagClassName
{
border-color: #D3ED32;
}
</style>