Shades of Pear #D5E127
Tints of Pear #D5E127
RGB
CMYK
RGB Variations
Color information
#D5E127 (or 0xD5E127) is known color: Pear. HEX triplet: D5, E1 and 27. RGB value is (213,225,39). Sum of RGB (Red+Green+Blue) = 213+225+39=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 39 (15.62% from 255 or 8.18% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E127 is #2A1ED8. Grayscale: #C8C8C8. Windows color (decimal): -2760409 or 2613717. OLE color: 2613717.
HSL color Cylindrical-coordinate representation of color #D5E127: hue angle of 63.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5E127 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 39 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.12 |
| HSL | 63.87º | 0.76% | 0.52% | - |
| HSV(B) | 63.87º | 0.83% | 0.88% | - |
| XYZ | 54.73 | 68.14 | 12.19 | - |
| YUV | 200.21 | 37.02 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 39 | 0.05 | 0 | 0.83 | 0.12 | 63.87 | 0.76 | 0.52 |
| Hex | D5 | E1 | 27 | 5 | 0 | 53 | C | 40 | 4C | 34 |
| Octal | 325 | 341 | 47 | 5 | 0 | 123 | 14 | 100 | 114 | 64 |
| Binary | 11010101 | 11100001 | 100111 | 101 | 0 | 1010011 | 1100 | 1000000 | 1001100 | 110100 |
Color Harmonies of #D5E127
Complementary color
Monochromatic Colors of #D5E127
Black with #D5E127
Text Example
Text Example
White with #D5E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E127; }
p { color: rgb(213,225,39); }
H1.HeaderClassName
{
color: #D5E127;
}
.AnyTagClassName
{
color: #D5E127;
}
</style>
background-color css
<style>
a { background-color: #D5E127; }
a { background-color: rgb(213,225,39); }
div.DivClassName
{
background-color: #D5E127;
}
.BgClassName
{
background-color: #D5E127;
}
</style>
border-color css
<style>
span { border-color: #D5E127; }
span { border-color: rgb(213,225,39); }
td.TdClassName
{
border-color: #D5E127;
}
.TagClassName
{
border-color: #D5E127;
}
</style>