Shades of Pear #D1E327
Tints of Pear #D1E327
RGB
CMYK
RGB Variations
Color information
#D1E327 (or 0xD1E327) is known color: Pear. HEX triplet: D1, E3 and 27. RGB value is (209,227,39). Sum of RGB (Red+Green+Blue) = 209+227+39=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 39 (15.62% from 255 or 8.21% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E327 is #2E1CD8. Grayscale: #C8C8C8. Windows color (decimal): -3022041 or 2614225. OLE color: 2614225.
HSL color Cylindrical-coordinate representation of color #D1E327: hue angle of 65.74º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1E327 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 39 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.11 |
| HSL | 65.74º | 0.77% | 0.52% | - |
| HSV(B) | 65.74º | 0.83% | 0.89% | - |
| XYZ | 54.13 | 68.64 | 12.32 | - |
| YUV | 200.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 39 | 0.08 | 0 | 0.83 | 0.11 | 65.74 | 0.77 | 0.52 |
| Hex | D1 | E3 | 27 | 8 | 0 | 53 | B | 42 | 4D | 34 |
| Octal | 321 | 343 | 47 | 10 | 0 | 123 | 13 | 102 | 115 | 64 |
| Binary | 11010001 | 11100011 | 100111 | 1000 | 0 | 1010011 | 1011 | 1000010 | 1001101 | 110100 |
Color Harmonies of #D1E327
Complementary color
Monochromatic Colors of #D1E327
Black with #D1E327
Text Example
Text Example
White with #D1E327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E327; }
p { color: rgb(209,227,39); }
H1.HeaderClassName
{
color: #D1E327;
}
.AnyTagClassName
{
color: #D1E327;
}
</style>
background-color css
<style>
a { background-color: #D1E327; }
a { background-color: rgb(209,227,39); }
div.DivClassName
{
background-color: #D1E327;
}
.BgClassName
{
background-color: #D1E327;
}
</style>
border-color css
<style>
span { border-color: #D1E327; }
span { border-color: rgb(209,227,39); }
td.TdClassName
{
border-color: #D1E327;
}
.TagClassName
{
border-color: #D1E327;
}
</style>