Shades of Pear #D3E845
Tints of Pear #D3E845
RGB
CMYK
RGB Variations
Color information
#D3E845 (or 0xD3E845) is known color: Pear. HEX triplet: D3, E8 and 45. RGB value is (211,232,69). Sum of RGB (Red+Green+Blue) = 211+232+69=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E845 is #2C17BA. Grayscale: #CFCFCF. Windows color (decimal): -2889659 or 4581587. OLE color: 4581587.
HSL color Cylindrical-coordinate representation of color #D3E845: hue angle of 67.73º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3E845 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 232 | 69 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.09 |
| HSL | 67.73º | 0.78% | 0.59% | - |
| HSV(B) | 67.73º | 0.7% | 0.91% | - |
| XYZ | 56.79 | 71.99 | 16.53 | - |
| YUV | 207.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 232 | 69 | 0.09 | 0 | 0.70 | 0.09 | 67.73 | 0.78 | 0.59 |
| Hex | D3 | E8 | 45 | 9 | 0 | 46 | 9 | 44 | 4E | 3B |
| Octal | 323 | 350 | 105 | 11 | 0 | 106 | 11 | 104 | 116 | 73 |
| Binary | 11010011 | 11101000 | 1000101 | 1001 | 0 | 1000110 | 1001 | 1000100 | 1001110 | 111011 |
Color Harmonies of #D3E845
Complementary color
Monochromatic Colors of #D3E845
Black with #D3E845
Text Example
Text Example
White with #D3E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E845; }
p { color: rgb(211,232,69); }
H1.HeaderClassName
{
color: #D3E845;
}
.AnyTagClassName
{
color: #D3E845;
}
</style>
background-color css
<style>
a { background-color: #D3E845; }
a { background-color: rgb(211,232,69); }
div.DivClassName
{
background-color: #D3E845;
}
.BgClassName
{
background-color: #D3E845;
}
</style>
border-color css
<style>
span { border-color: #D3E845; }
span { border-color: rgb(211,232,69); }
td.TdClassName
{
border-color: #D3E845;
}
.TagClassName
{
border-color: #D3E845;
}
</style>