Shades of Pear #D1FC3E
Tints of Pear #D1FC3E
RGB
CMYK
RGB Variations
Color information
#D1FC3E (or 0xD1FC3E) is known color: Pear. HEX triplet: D1, FC and 3E. RGB value is (209,252,62). Sum of RGB (Red+Green+Blue) = 209+252+62=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FC3E is #2E03C1. Grayscale: #DADADA. Windows color (decimal): -3015618 or 4127953. OLE color: 4127953.
HSL color Cylindrical-coordinate representation of color #D1FC3E: hue angle of 73.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1FC3E is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 62 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.01 |
| HSL | 73.58º | 0.97% | 0.62% | - |
| HSV(B) | 73.58º | 0.75% | 0.99% | - |
| XYZ | 61.97 | 83.52 | 17.41 | - |
| YUV | 217.48 | 40.25 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 62 | 0.17 | 0 | 0.75 | 0.01 | 73.58 | 0.97 | 0.62 |
| Hex | D1 | FC | 3E | 11 | 0 | 4B | 1 | 4A | 61 | 3E |
| Octal | 321 | 374 | 76 | 21 | 0 | 113 | 1 | 112 | 141 | 76 |
| Binary | 11010001 | 11111100 | 111110 | 10001 | 0 | 1001011 | 1 | 1001010 | 1100001 | 111110 |
Color Harmonies of #D1FC3E
Complementary color
Monochromatic Colors of #D1FC3E
Black with #D1FC3E
Text Example
Text Example
White with #D1FC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FC3E; }
p { color: rgb(209,252,62); }
H1.HeaderClassName
{
color: #D1FC3E;
}
.AnyTagClassName
{
color: #D1FC3E;
}
</style>
background-color css
<style>
a { background-color: #D1FC3E; }
a { background-color: rgb(209,252,62); }
div.DivClassName
{
background-color: #D1FC3E;
}
.BgClassName
{
background-color: #D1FC3E;
}
</style>
border-color css
<style>
span { border-color: #D1FC3E; }
span { border-color: rgb(209,252,62); }
td.TdClassName
{
border-color: #D1FC3E;
}
.TagClassName
{
border-color: #D1FC3E;
}
</style>