Shades of Pear #D3E348
Tints of Pear #D3E348
RGB
CMYK
RGB Variations
Color information
#D3E348 (or 0xD3E348) is known color: Pear. HEX triplet: D3, E3 and 48. RGB value is (211,227,72). Sum of RGB (Red+Green+Blue) = 211+227+72=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E348 is #2C1CB7. Grayscale: #CDCDCD. Windows color (decimal): -2890936 or 4776915. OLE color: 4776915.
HSL color Cylindrical-coordinate representation of color #D3E348: hue angle of 66.19º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3E348 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 72 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.11 |
| HSL | 66.19º | 0.73% | 0.59% | - |
| HSV(B) | 66.19º | 0.68% | 0.89% | - |
| XYZ | 55.5 | 69.25 | 16.57 | - |
| YUV | 204.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 72 | 0.07 | 0 | 0.68 | 0.11 | 66.19 | 0.73 | 0.59 |
| Hex | D3 | E3 | 48 | 7 | 0 | 44 | B | 42 | 49 | 3B |
| Octal | 323 | 343 | 110 | 7 | 0 | 104 | 13 | 102 | 111 | 73 |
| Binary | 11010011 | 11100011 | 1001000 | 111 | 0 | 1000100 | 1011 | 1000010 | 1001001 | 111011 |
Color Harmonies of #D3E348
Complementary color
Monochromatic Colors of #D3E348
Black with #D3E348
Text Example
Text Example
White with #D3E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E348; }
p { color: rgb(211,227,72); }
H1.HeaderClassName
{
color: #D3E348;
}
.AnyTagClassName
{
color: #D3E348;
}
</style>
background-color css
<style>
a { background-color: #D3E348; }
a { background-color: rgb(211,227,72); }
div.DivClassName
{
background-color: #D3E348;
}
.BgClassName
{
background-color: #D3E348;
}
</style>
border-color css
<style>
span { border-color: #D3E348; }
span { border-color: rgb(211,227,72); }
td.TdClassName
{
border-color: #D3E348;
}
.TagClassName
{
border-color: #D3E348;
}
</style>