Shades of Pear #D1FC2C
Tints of Pear #D1FC2C
RGB
CMYK
RGB Variations
Color information
#D1FC2C (or 0xD1FC2C) is known color: Pear. HEX triplet: D1, FC and 2C. RGB value is (209,252,44). Sum of RGB (Red+Green+Blue) = 209+252+44=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FC2C is #2E03D3. Grayscale: #D8D8D8. Windows color (decimal): -3015636 or 2948305. OLE color: 2948305.
HSL color Cylindrical-coordinate representation of color #D1FC2C: hue angle of 72.4º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1FC2C is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 44 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.01 |
| HSL | 72.4º | 0.97% | 0.58% | - |
| HSV(B) | 72.4º | 0.83% | 0.99% | - |
| XYZ | 61.56 | 83.36 | 15.23 | - |
| YUV | 215.43 | 31.25 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 44 | 0.17 | 0 | 0.83 | 0.01 | 72.4 | 0.97 | 0.58 |
| Hex | D1 | FC | 2C | 11 | 0 | 53 | 1 | 48 | 61 | 3A |
| Octal | 321 | 374 | 54 | 21 | 0 | 123 | 1 | 110 | 141 | 72 |
| Binary | 11010001 | 11111100 | 101100 | 10001 | 0 | 1010011 | 1 | 1001000 | 1100001 | 111010 |
Color Harmonies of #D1FC2C
Complementary color
Monochromatic Colors of #D1FC2C
Black with #D1FC2C
Text Example
Text Example
White with #D1FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FC2C; }
p { color: rgb(209,252,44); }
H1.HeaderClassName
{
color: #D1FC2C;
}
.AnyTagClassName
{
color: #D1FC2C;
}
</style>
background-color css
<style>
a { background-color: #D1FC2C; }
a { background-color: rgb(209,252,44); }
div.DivClassName
{
background-color: #D1FC2C;
}
.BgClassName
{
background-color: #D1FC2C;
}
</style>
border-color css
<style>
span { border-color: #D1FC2C; }
span { border-color: rgb(209,252,44); }
td.TdClassName
{
border-color: #D1FC2C;
}
.TagClassName
{
border-color: #D1FC2C;
}
</style>