Shades of Pear #D1EC27
Tints of Pear #D1EC27
RGB
CMYK
RGB Variations
Color information
#D1EC27 (or 0xD1EC27) is known color: Pear. HEX triplet: D1, EC and 27. RGB value is (209,236,39). Sum of RGB (Red+Green+Blue) = 209+236+39=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EC27 is #2E13D8. Grayscale: #CECECE. Windows color (decimal): -3019737 or 2616529. OLE color: 2616529.
HSL color Cylindrical-coordinate representation of color #D1EC27: hue angle of 68.22º 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 #D1EC27 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 39 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.07 |
| HSL | 68.22º | 0.84% | 0.54% | - |
| HSV(B) | 68.22º | 0.83% | 0.93% | - |
| XYZ | 56.66 | 73.69 | 13.16 | - |
| YUV | 205.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 39 | 0.11 | 0 | 0.83 | 0.07 | 68.22 | 0.84 | 0.54 |
| Hex | D1 | EC | 27 | B | 0 | 53 | 7 | 44 | 54 | 36 |
| Octal | 321 | 354 | 47 | 13 | 0 | 123 | 7 | 104 | 124 | 66 |
| Binary | 11010001 | 11101100 | 100111 | 1011 | 0 | 1010011 | 111 | 1000100 | 1010100 | 110110 |
Color Harmonies of #D1EC27
Complementary color
Monochromatic Colors of #D1EC27
Black with #D1EC27
Text Example
Text Example
White with #D1EC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC27; }
p { color: rgb(209,236,39); }
H1.HeaderClassName
{
color: #D1EC27;
}
.AnyTagClassName
{
color: #D1EC27;
}
</style>
background-color css
<style>
a { background-color: #D1EC27; }
a { background-color: rgb(209,236,39); }
div.DivClassName
{
background-color: #D1EC27;
}
.BgClassName
{
background-color: #D1EC27;
}
</style>
border-color css
<style>
span { border-color: #D1EC27; }
span { border-color: rgb(209,236,39); }
td.TdClassName
{
border-color: #D1EC27;
}
.TagClassName
{
border-color: #D1EC27;
}
</style>