Shades of Pear #D2E348
Tints of Pear #D2E348
RGB
CMYK
RGB Variations
Color information
#D2E348 (or 0xD2E348) is known color: Pear. HEX triplet: D2, E3 and 48. RGB value is (210,227,72). Sum of RGB (Red+Green+Blue) = 210+227+72=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E348 is #2D1CB7. Grayscale: #CCCCCC. Windows color (decimal): -2956472 or 4776914. OLE color: 4776914.
HSL color Cylindrical-coordinate representation of color #D2E348: hue angle of 66.58º 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 #D2E348 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 72 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.11 |
| HSL | 66.58º | 0.73% | 0.59% | - |
| HSV(B) | 66.58º | 0.68% | 0.89% | - |
| XYZ | 55.22 | 69.11 | 16.56 | - |
| YUV | 204.25 | 53.37 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 72 | 0.07 | 0 | 0.68 | 0.11 | 66.58 | 0.73 | 0.59 |
| Hex | D2 | E3 | 48 | 7 | 0 | 44 | B | 43 | 49 | 3B |
| Octal | 322 | 343 | 110 | 7 | 0 | 104 | 13 | 103 | 111 | 73 |
| Binary | 11010010 | 11100011 | 1001000 | 111 | 0 | 1000100 | 1011 | 1000011 | 1001001 | 111011 |
Color Harmonies of #D2E348
Complementary color
Monochromatic Colors of #D2E348
Black with #D2E348
Text Example
Text Example
White with #D2E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E348; }
p { color: rgb(210,227,72); }
H1.HeaderClassName
{
color: #D2E348;
}
.AnyTagClassName
{
color: #D2E348;
}
</style>
background-color css
<style>
a { background-color: #D2E348; }
a { background-color: rgb(210,227,72); }
div.DivClassName
{
background-color: #D2E348;
}
.BgClassName
{
background-color: #D2E348;
}
</style>
border-color css
<style>
span { border-color: #D2E348; }
span { border-color: rgb(210,227,72); }
td.TdClassName
{
border-color: #D2E348;
}
.TagClassName
{
border-color: #D2E348;
}
</style>