Shades of Pear #D1ED2A
Tints of Pear #D1ED2A
RGB
CMYK
RGB Variations
Color information
#D1ED2A (or 0xD1ED2A) is known color: Pear. HEX triplet: D1, ED and 2A. RGB value is (209,237,42). Sum of RGB (Red+Green+Blue) = 209+237+42=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1ED2A is #2E12D5. Grayscale: #CFCFCF. Windows color (decimal): -3019478 or 2813393. OLE color: 2813393.
HSL color Cylindrical-coordinate representation of color #D1ED2A: hue angle of 68.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1ED2A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 42 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.07 |
| HSL | 68.62º | 0.84% | 0.55% | - |
| HSV(B) | 68.62º | 0.82% | 0.93% | - |
| XYZ | 57 | 74.29 | 13.53 | - |
| YUV | 206.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 42 | 0.12 | 0 | 0.82 | 0.07 | 68.62 | 0.84 | 0.55 |
| Hex | D1 | ED | 2A | C | 0 | 52 | 7 | 45 | 54 | 37 |
| Octal | 321 | 355 | 52 | 14 | 0 | 122 | 7 | 105 | 124 | 67 |
| Binary | 11010001 | 11101101 | 101010 | 1100 | 0 | 1010010 | 111 | 1000101 | 1010100 | 110111 |
Color Harmonies of #D1ED2A
Complementary color
Monochromatic Colors of #D1ED2A
Black with #D1ED2A
Text Example
Text Example
White with #D1ED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED2A; }
p { color: rgb(209,237,42); }
H1.HeaderClassName
{
color: #D1ED2A;
}
.AnyTagClassName
{
color: #D1ED2A;
}
</style>
background-color css
<style>
a { background-color: #D1ED2A; }
a { background-color: rgb(209,237,42); }
div.DivClassName
{
background-color: #D1ED2A;
}
.BgClassName
{
background-color: #D1ED2A;
}
</style>
border-color css
<style>
span { border-color: #D1ED2A; }
span { border-color: rgb(209,237,42); }
td.TdClassName
{
border-color: #D1ED2A;
}
.TagClassName
{
border-color: #D1ED2A;
}
</style>