Shades of Pear #D1EF2A
Tints of Pear #D1EF2A
RGB
CMYK
RGB Variations
Color information
#D1EF2A (or 0xD1EF2A) is known color: Pear. HEX triplet: D1, EF and 2A. RGB value is (209,239,42). Sum of RGB (Red+Green+Blue) = 209+239+42=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF2A is #2E10D5. Grayscale: #D0D0D0. Windows color (decimal): -3018966 or 2813905. OLE color: 2813905.
HSL color Cylindrical-coordinate representation of color #D1EF2A: hue angle of 69.14º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1EF2A is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 42 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.06 |
| HSL | 69.14º | 0.86% | 0.55% | - |
| HSV(B) | 69.14º | 0.82% | 0.94% | - |
| XYZ | 57.58 | 75.46 | 13.72 | - |
| YUV | 207.57 | 34.56 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 42 | 0.13 | 0 | 0.82 | 0.06 | 69.14 | 0.86 | 0.55 |
| Hex | D1 | EF | 2A | D | 0 | 52 | 6 | 45 | 56 | 37 |
| Octal | 321 | 357 | 52 | 15 | 0 | 122 | 6 | 105 | 126 | 67 |
| Binary | 11010001 | 11101111 | 101010 | 1101 | 0 | 1010010 | 110 | 1000101 | 1010110 | 110111 |
Color Harmonies of #D1EF2A
Complementary color
Monochromatic Colors of #D1EF2A
Black with #D1EF2A
Text Example
Text Example
White with #D1EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF2A; }
p { color: rgb(209,239,42); }
H1.HeaderClassName
{
color: #D1EF2A;
}
.AnyTagClassName
{
color: #D1EF2A;
}
</style>
background-color css
<style>
a { background-color: #D1EF2A; }
a { background-color: rgb(209,239,42); }
div.DivClassName
{
background-color: #D1EF2A;
}
.BgClassName
{
background-color: #D1EF2A;
}
</style>
border-color css
<style>
span { border-color: #D1EF2A; }
span { border-color: rgb(209,239,42); }
td.TdClassName
{
border-color: #D1EF2A;
}
.TagClassName
{
border-color: #D1EF2A;
}
</style>