Shades of Pear #D1E026
Tints of Pear #D1E026
RGB
CMYK
RGB Variations
Color information
#D1E026 (or 0xD1E026) is known color: Pear. HEX triplet: D1, E0 and 26. RGB value is (209,224,38). Sum of RGB (Red+Green+Blue) = 209+224+38=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E026 is #2E1FD9. Grayscale: #C7C7C7. Windows color (decimal): -3022810 or 2547921. OLE color: 2547921.
HSL color Cylindrical-coordinate representation of color #D1E026: hue angle of 64.84º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1E026 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 38 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.12 |
| HSL | 64.84º | 0.75% | 0.51% | - |
| HSV(B) | 64.84º | 0.83% | 0.88% | - |
| XYZ | 53.3 | 67.01 | 11.96 | - |
| YUV | 198.31 | 37.53 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 38 | 0.07 | 0 | 0.83 | 0.12 | 64.84 | 0.75 | 0.51 |
| Hex | D1 | E0 | 26 | 7 | 0 | 53 | C | 41 | 4B | 33 |
| Octal | 321 | 340 | 46 | 7 | 0 | 123 | 14 | 101 | 113 | 63 |
| Binary | 11010001 | 11100000 | 100110 | 111 | 0 | 1010011 | 1100 | 1000001 | 1001011 | 110011 |
Color Harmonies of #D1E026
Complementary color
Monochromatic Colors of #D1E026
Black with #D1E026
Text Example
Text Example
White with #D1E026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E026; }
p { color: rgb(209,224,38); }
H1.HeaderClassName
{
color: #D1E026;
}
.AnyTagClassName
{
color: #D1E026;
}
</style>
background-color css
<style>
a { background-color: #D1E026; }
a { background-color: rgb(209,224,38); }
div.DivClassName
{
background-color: #D1E026;
}
.BgClassName
{
background-color: #D1E026;
}
</style>
border-color css
<style>
span { border-color: #D1E026; }
span { border-color: rgb(209,224,38); }
td.TdClassName
{
border-color: #D1E026;
}
.TagClassName
{
border-color: #D1E026;
}
</style>