Shades of Pear #D1FC39
Tints of Pear #D1FC39
RGB
CMYK
RGB Variations
Color information
#D1FC39 (or 0xD1FC39) is known color: Pear. HEX triplet: D1, FC and 39. RGB value is (209,252,57). Sum of RGB (Red+Green+Blue) = 209+252+57=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 57 (22.66% from 255 or 11.00% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FC39 is #2E03C6. Grayscale: #D9D9D9. Windows color (decimal): -3015623 or 3800273. OLE color: 3800273.
HSL color Cylindrical-coordinate representation of color #D1FC39: hue angle of 73.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1FC39 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 57 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.01 |
| HSL | 73.23º | 0.97% | 0.61% | - |
| HSV(B) | 73.23º | 0.77% | 0.99% | - |
| XYZ | 61.84 | 83.47 | 16.72 | - |
| YUV | 216.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 57 | 0.17 | 0 | 0.77 | 0.01 | 73.23 | 0.97 | 0.61 |
| Hex | D1 | FC | 39 | 11 | 0 | 4D | 1 | 49 | 61 | 3D |
| Octal | 321 | 374 | 71 | 21 | 0 | 115 | 1 | 111 | 141 | 75 |
| Binary | 11010001 | 11111100 | 111001 | 10001 | 0 | 1001101 | 1 | 1001001 | 1100001 | 111101 |
Color Harmonies of #D1FC39
Complementary color
Monochromatic Colors of #D1FC39
Black with #D1FC39
Text Example
Text Example
White with #D1FC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FC39; }
p { color: rgb(209,252,57); }
H1.HeaderClassName
{
color: #D1FC39;
}
.AnyTagClassName
{
color: #D1FC39;
}
</style>
background-color css
<style>
a { background-color: #D1FC39; }
a { background-color: rgb(209,252,57); }
div.DivClassName
{
background-color: #D1FC39;
}
.BgClassName
{
background-color: #D1FC39;
}
</style>
border-color css
<style>
span { border-color: #D1FC39; }
span { border-color: rgb(209,252,57); }
td.TdClassName
{
border-color: #D1FC39;
}
.TagClassName
{
border-color: #D1FC39;
}
</style>