Shades of Pear #D2E143
Tints of Pear #D2E143
RGB
CMYK
RGB Variations
Color information
#D2E143 (or 0xD2E143) is known color: Pear. HEX triplet: D2, E1 and 43. RGB value is (210,225,67). Sum of RGB (Red+Green+Blue) = 210+225+67=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E143 is #2D1EBC. Grayscale: #CBCBCB. Windows color (decimal): -2956989 or 4448722. OLE color: 4448722.
HSL color Cylindrical-coordinate representation of color #D2E143: hue angle of 65.7º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2E143 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 67 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.12 |
| HSL | 65.7º | 0.72% | 0.57% | - |
| HSV(B) | 65.7º | 0.7% | 0.88% | - |
| XYZ | 54.52 | 67.96 | 15.55 | - |
| YUV | 202.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 67 | 0.07 | 0 | 0.70 | 0.12 | 65.7 | 0.72 | 0.57 |
| Hex | D2 | E1 | 43 | 7 | 0 | 46 | C | 42 | 48 | 39 |
| Octal | 322 | 341 | 103 | 7 | 0 | 106 | 14 | 102 | 110 | 71 |
| Binary | 11010010 | 11100001 | 1000011 | 111 | 0 | 1000110 | 1100 | 1000010 | 1001000 | 111001 |
Color Harmonies of #D2E143
Complementary color
Monochromatic Colors of #D2E143
Black with #D2E143
Text Example
Text Example
White with #D2E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E143; }
p { color: rgb(210,225,67); }
H1.HeaderClassName
{
color: #D2E143;
}
.AnyTagClassName
{
color: #D2E143;
}
</style>
background-color css
<style>
a { background-color: #D2E143; }
a { background-color: rgb(210,225,67); }
div.DivClassName
{
background-color: #D2E143;
}
.BgClassName
{
background-color: #D2E143;
}
</style>
border-color css
<style>
span { border-color: #D2E143; }
span { border-color: rgb(210,225,67); }
td.TdClassName
{
border-color: #D2E143;
}
.TagClassName
{
border-color: #D2E143;
}
</style>