Shades of Pear #D5E12C
Tints of Pear #D5E12C
RGB
CMYK
RGB Variations
Color information
#D5E12C (or 0xD5E12C) is known color: Pear. HEX triplet: D5, E1 and 2C. RGB value is (213,225,44). Sum of RGB (Red+Green+Blue) = 213+225+44=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E12C is #2A1ED3. Grayscale: #C9C9C9. Windows color (decimal): -2760404 or 2941397. OLE color: 2941397.
HSL color Cylindrical-coordinate representation of color #D5E12C: hue angle of 63.98º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5E12C is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 44 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.12 |
| HSL | 63.98º | 0.75% | 0.53% | - |
| HSV(B) | 63.98º | 0.8% | 0.88% | - |
| XYZ | 54.82 | 68.18 | 12.65 | - |
| YUV | 200.78 | 39.52 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 44 | 0.05 | 0 | 0.80 | 0.12 | 63.98 | 0.75 | 0.53 |
| Hex | D5 | E1 | 2C | 5 | 0 | 50 | C | 40 | 4B | 35 |
| Octal | 325 | 341 | 54 | 5 | 0 | 120 | 14 | 100 | 113 | 65 |
| Binary | 11010101 | 11100001 | 101100 | 101 | 0 | 1010000 | 1100 | 1000000 | 1001011 | 110101 |
Color Harmonies of #D5E12C
Complementary color
Monochromatic Colors of #D5E12C
Black with #D5E12C
Text Example
Text Example
White with #D5E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E12C; }
p { color: rgb(213,225,44); }
H1.HeaderClassName
{
color: #D5E12C;
}
.AnyTagClassName
{
color: #D5E12C;
}
</style>
background-color css
<style>
a { background-color: #D5E12C; }
a { background-color: rgb(213,225,44); }
div.DivClassName
{
background-color: #D5E12C;
}
.BgClassName
{
background-color: #D5E12C;
}
</style>
border-color css
<style>
span { border-color: #D5E12C; }
span { border-color: rgb(213,225,44); }
td.TdClassName
{
border-color: #D5E12C;
}
.TagClassName
{
border-color: #D5E12C;
}
</style>