Shades of Pear #D1FA2E
Tints of Pear #D1FA2E
RGB
CMYK
RGB Variations
Color information
#D1FA2E (or 0xD1FA2E) is known color: Pear. HEX triplet: D1, FA and 2E. RGB value is (209,250,46). Sum of RGB (Red+Green+Blue) = 209+250+46=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA2E is #2E05D1. Grayscale: #D7D7D7. Windows color (decimal): -3016146 or 3078865. OLE color: 3078865.
HSL color Cylindrical-coordinate representation of color #D1FA2E: hue angle of 72.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1FA2E is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 46 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.02 |
| HSL | 72.06º | 0.95% | 0.58% | - |
| HSV(B) | 72.06º | 0.82% | 0.98% | - |
| XYZ | 60.97 | 82.12 | 15.22 | - |
| YUV | 214.49 | 32.92 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 46 | 0.16 | 0 | 0.82 | 0.02 | 72.06 | 0.95 | 0.58 |
| Hex | D1 | FA | 2E | 10 | 0 | 52 | 2 | 48 | 5F | 3A |
| Octal | 321 | 372 | 56 | 20 | 0 | 122 | 2 | 110 | 137 | 72 |
| Binary | 11010001 | 11111010 | 101110 | 10000 | 0 | 1010010 | 10 | 1001000 | 1011111 | 111010 |
Color Harmonies of #D1FA2E
Complementary color
Monochromatic Colors of #D1FA2E
Black with #D1FA2E
Text Example
Text Example
White with #D1FA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA2E; }
p { color: rgb(209,250,46); }
H1.HeaderClassName
{
color: #D1FA2E;
}
.AnyTagClassName
{
color: #D1FA2E;
}
</style>
background-color css
<style>
a { background-color: #D1FA2E; }
a { background-color: rgb(209,250,46); }
div.DivClassName
{
background-color: #D1FA2E;
}
.BgClassName
{
background-color: #D1FA2E;
}
</style>
border-color css
<style>
span { border-color: #D1FA2E; }
span { border-color: rgb(209,250,46); }
td.TdClassName
{
border-color: #D1FA2E;
}
.TagClassName
{
border-color: #D1FA2E;
}
</style>