Shades of Pear #D1EA3F
Tints of Pear #D1EA3F
RGB
CMYK
RGB Variations
Color information
#D1EA3F (or 0xD1EA3F) is known color: Pear. HEX triplet: D1, EA and 3F. RGB value is (209,234,63). Sum of RGB (Red+Green+Blue) = 209+234+63=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EA3F is #2E15C0. Grayscale: #CFCFCF. Windows color (decimal): -3020225 or 4188881. OLE color: 4188881.
HSL color Cylindrical-coordinate representation of color #D1EA3F: hue angle of 68.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1EA3F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 234 | 63 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.08 |
| HSL | 68.77º | 0.8% | 0.58% | - |
| HSV(B) | 68.77º | 0.73% | 0.92% | - |
| XYZ | 56.61 | 72.76 | 15.76 | - |
| YUV | 207.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 63 | 0.11 | 0 | 0.73 | 0.08 | 68.77 | 0.8 | 0.58 |
| Hex | D1 | EA | 3F | B | 0 | 49 | 8 | 45 | 50 | 3A |
| Octal | 321 | 352 | 77 | 13 | 0 | 111 | 10 | 105 | 120 | 72 |
| Binary | 11010001 | 11101010 | 111111 | 1011 | 0 | 1001001 | 1000 | 1000101 | 1010000 | 111010 |
Color Harmonies of #D1EA3F
Complementary color
Monochromatic Colors of #D1EA3F
Black with #D1EA3F
Text Example
Text Example
White with #D1EA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EA3F; }
p { color: rgb(209,234,63); }
H1.HeaderClassName
{
color: #D1EA3F;
}
.AnyTagClassName
{
color: #D1EA3F;
}
</style>
background-color css
<style>
a { background-color: #D1EA3F; }
a { background-color: rgb(209,234,63); }
div.DivClassName
{
background-color: #D1EA3F;
}
.BgClassName
{
background-color: #D1EA3F;
}
</style>
border-color css
<style>
span { border-color: #D1EA3F; }
span { border-color: rgb(209,234,63); }
td.TdClassName
{
border-color: #D1EA3F;
}
.TagClassName
{
border-color: #D1EA3F;
}
</style>