Shades of Pear #D1EA1F
Tints of Pear #D1EA1F
RGB
CMYK
RGB Variations
Color information
#D1EA1F (or 0xD1EA1F) is known color: Pear. HEX triplet: D1, EA and 1F. RGB value is (209,234,31). Sum of RGB (Red+Green+Blue) = 209+234+31=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EA1F is #2E15E0. Grayscale: #CCCCCC. Windows color (decimal): -3020257 or 2091729. OLE color: 2091729.
HSL color Cylindrical-coordinate representation of color #D1EA1F: hue angle of 67.39º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1EA1F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 234 | 31 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.08 |
| HSL | 67.39º | 0.83% | 0.52% | - |
| HSV(B) | 67.39º | 0.87% | 0.92% | - |
| XYZ | 55.96 | 72.5 | 12.34 | - |
| YUV | 203.38 | 30.72 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 31 | 0.11 | 0 | 0.87 | 0.08 | 67.39 | 0.83 | 0.52 |
| Hex | D1 | EA | 1F | B | 0 | 57 | 8 | 43 | 53 | 34 |
| Octal | 321 | 352 | 37 | 13 | 0 | 127 | 10 | 103 | 123 | 64 |
| Binary | 11010001 | 11101010 | 11111 | 1011 | 0 | 1010111 | 1000 | 1000011 | 1010011 | 110100 |
Color Harmonies of #D1EA1F
Complementary color
Monochromatic Colors of #D1EA1F
Black with #D1EA1F
Text Example
Text Example
White with #D1EA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EA1F; }
p { color: rgb(209,234,31); }
H1.HeaderClassName
{
color: #D1EA1F;
}
.AnyTagClassName
{
color: #D1EA1F;
}
</style>
background-color css
<style>
a { background-color: #D1EA1F; }
a { background-color: rgb(209,234,31); }
div.DivClassName
{
background-color: #D1EA1F;
}
.BgClassName
{
background-color: #D1EA1F;
}
</style>
border-color css
<style>
span { border-color: #D1EA1F; }
span { border-color: rgb(209,234,31); }
td.TdClassName
{
border-color: #D1EA1F;
}
.TagClassName
{
border-color: #D1EA1F;
}
</style>