Shades of Pear #D1E027
Tints of Pear #D1E027
RGB
CMYK
RGB Variations
Color information
#D1E027 (or 0xD1E027) is known color: Pear. HEX triplet: D1, E0 and 27. RGB value is (209,224,39). Sum of RGB (Red+Green+Blue) = 209+224+39=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E027 is #2E1FD8. Grayscale: #C7C7C7. Windows color (decimal): -3022809 or 2613457. OLE color: 2613457.
HSL color Cylindrical-coordinate representation of color #D1E027: hue angle of 64.86º degrees, saturation: 0.75, 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 #D1E027 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 39 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.12 |
| HSL | 64.86º | 0.75% | 0.52% | - |
| HSV(B) | 64.86º | 0.83% | 0.88% | - |
| XYZ | 53.32 | 67.01 | 12.04 | - |
| YUV | 198.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 39 | 0.07 | 0 | 0.83 | 0.12 | 64.86 | 0.75 | 0.52 |
| Hex | D1 | E0 | 27 | 7 | 0 | 53 | C | 41 | 4B | 34 |
| Octal | 321 | 340 | 47 | 7 | 0 | 123 | 14 | 101 | 113 | 64 |
| Binary | 11010001 | 11100000 | 100111 | 111 | 0 | 1010011 | 1100 | 1000001 | 1001011 | 110100 |
Color Harmonies of #D1E027
Complementary color
Monochromatic Colors of #D1E027
Black with #D1E027
Text Example
Text Example
White with #D1E027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E027; }
p { color: rgb(209,224,39); }
H1.HeaderClassName
{
color: #D1E027;
}
.AnyTagClassName
{
color: #D1E027;
}
</style>
background-color css
<style>
a { background-color: #D1E027; }
a { background-color: rgb(209,224,39); }
div.DivClassName
{
background-color: #D1E027;
}
.BgClassName
{
background-color: #D1E027;
}
</style>
border-color css
<style>
span { border-color: #D1E027; }
span { border-color: rgb(209,224,39); }
td.TdClassName
{
border-color: #D1E027;
}
.TagClassName
{
border-color: #D1E027;
}
</style>