Shades of Pear #D1EC29
Tints of Pear #D1EC29
RGB
CMYK
RGB Variations
Color information
#D1EC29 (or 0xD1EC29) is known color: Pear. HEX triplet: D1, EC and 29. RGB value is (209,236,41). Sum of RGB (Red+Green+Blue) = 209+236+41=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EC29 is #2E13D6. Grayscale: #CECECE. Windows color (decimal): -3019735 or 2747601. OLE color: 2747601.
HSL color Cylindrical-coordinate representation of color #D1EC29: hue angle of 68.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1EC29 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 41 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.07 |
| HSL | 68.31º | 0.84% | 0.54% | - |
| HSV(B) | 68.31º | 0.83% | 0.93% | - |
| XYZ | 56.69 | 73.71 | 13.34 | - |
| YUV | 205.7 | 35.05 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 41 | 0.11 | 0 | 0.83 | 0.07 | 68.31 | 0.84 | 0.54 |
| Hex | D1 | EC | 29 | B | 0 | 53 | 7 | 44 | 54 | 36 |
| Octal | 321 | 354 | 51 | 13 | 0 | 123 | 7 | 104 | 124 | 66 |
| Binary | 11010001 | 11101100 | 101001 | 1011 | 0 | 1010011 | 111 | 1000100 | 1010100 | 110110 |
Color Harmonies of #D1EC29
Complementary color
Monochromatic Colors of #D1EC29
Black with #D1EC29
Text Example
Text Example
White with #D1EC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC29; }
p { color: rgb(209,236,41); }
H1.HeaderClassName
{
color: #D1EC29;
}
.AnyTagClassName
{
color: #D1EC29;
}
</style>
background-color css
<style>
a { background-color: #D1EC29; }
a { background-color: rgb(209,236,41); }
div.DivClassName
{
background-color: #D1EC29;
}
.BgClassName
{
background-color: #D1EC29;
}
</style>
border-color css
<style>
span { border-color: #D1EC29; }
span { border-color: rgb(209,236,41); }
td.TdClassName
{
border-color: #D1EC29;
}
.TagClassName
{
border-color: #D1EC29;
}
</style>