Shades of Pear #D5E12E
Tints of Pear #D5E12E
RGB
CMYK
RGB Variations
Color information
#D5E12E (or 0xD5E12E) is known color: Pear. HEX triplet: D5, E1 and 2E. RGB value is (213,225,46). Sum of RGB (Red+Green+Blue) = 213+225+46=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E12E is #2A1ED1. Grayscale: #C9C9C9. Windows color (decimal): -2760402 or 3072469. OLE color: 3072469.
HSL color Cylindrical-coordinate representation of color #D5E12E: hue angle of 64.02º 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 #D5E12E is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 46 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.12 |
| HSL | 64.02º | 0.75% | 0.53% | - |
| HSV(B) | 64.02º | 0.8% | 0.88% | - |
| XYZ | 54.86 | 68.19 | 12.86 | - |
| YUV | 201.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 46 | 0.05 | 0 | 0.80 | 0.12 | 64.02 | 0.75 | 0.53 |
| Hex | D5 | E1 | 2E | 5 | 0 | 50 | C | 40 | 4B | 35 |
| Octal | 325 | 341 | 56 | 5 | 0 | 120 | 14 | 100 | 113 | 65 |
| Binary | 11010101 | 11100001 | 101110 | 101 | 0 | 1010000 | 1100 | 1000000 | 1001011 | 110101 |
Color Harmonies of #D5E12E
Complementary color
Monochromatic Colors of #D5E12E
Black with #D5E12E
Text Example
Text Example
White with #D5E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E12E; }
p { color: rgb(213,225,46); }
H1.HeaderClassName
{
color: #D5E12E;
}
.AnyTagClassName
{
color: #D5E12E;
}
</style>
background-color css
<style>
a { background-color: #D5E12E; }
a { background-color: rgb(213,225,46); }
div.DivClassName
{
background-color: #D5E12E;
}
.BgClassName
{
background-color: #D5E12E;
}
</style>
border-color css
<style>
span { border-color: #D5E12E; }
span { border-color: rgb(213,225,46); }
td.TdClassName
{
border-color: #D5E12E;
}
.TagClassName
{
border-color: #D5E12E;
}
</style>