Shades of Pear #D1FA39
Tints of Pear #D1FA39
RGB
CMYK
RGB Variations
Color information
#D1FA39 (or 0xD1FA39) is known color: Pear. HEX triplet: D1, FA and 39. RGB value is (209,250,57). Sum of RGB (Red+Green+Blue) = 209+250+57=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 57 (22.66% from 255 or 11.05% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA39 is #2E05C6. Grayscale: #D8D8D8. Windows color (decimal): -3016135 or 3799761. OLE color: 3799761.
HSL color Cylindrical-coordinate representation of color #D1FA39: hue angle of 72.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1FA39 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 57 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.02 |
| HSL | 72.75º | 0.95% | 0.6% | - |
| HSV(B) | 72.75º | 0.77% | 0.98% | - |
| XYZ | 61.22 | 82.22 | 16.51 | - |
| YUV | 215.74 | 38.42 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 57 | 0.16 | 0 | 0.77 | 0.02 | 72.75 | 0.95 | 0.6 |
| Hex | D1 | FA | 39 | 10 | 0 | 4D | 2 | 49 | 5F | 3C |
| Octal | 321 | 372 | 71 | 20 | 0 | 115 | 2 | 111 | 137 | 74 |
| Binary | 11010001 | 11111010 | 111001 | 10000 | 0 | 1001101 | 10 | 1001001 | 1011111 | 111100 |
Color Harmonies of #D1FA39
Complementary color
Monochromatic Colors of #D1FA39
Black with #D1FA39
Text Example
Text Example
White with #D1FA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA39; }
p { color: rgb(209,250,57); }
H1.HeaderClassName
{
color: #D1FA39;
}
.AnyTagClassName
{
color: #D1FA39;
}
</style>
background-color css
<style>
a { background-color: #D1FA39; }
a { background-color: rgb(209,250,57); }
div.DivClassName
{
background-color: #D1FA39;
}
.BgClassName
{
background-color: #D1FA39;
}
</style>
border-color css
<style>
span { border-color: #D1FA39; }
span { border-color: rgb(209,250,57); }
td.TdClassName
{
border-color: #D1FA39;
}
.TagClassName
{
border-color: #D1FA39;
}
</style>