Shades of Pear #D1F82C
Tints of Pear #D1F82C
RGB
CMYK
RGB Variations
Color information
#D1F82C (or 0xD1F82C) is known color: Pear. HEX triplet: D1, F8 and 2C. RGB value is (209,248,44). Sum of RGB (Red+Green+Blue) = 209+248+44=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F82C is #2E07D3. Grayscale: #D5D5D5. Windows color (decimal): -3016660 or 2947281. OLE color: 2947281.
HSL color Cylindrical-coordinate representation of color #D1F82C: hue angle of 71.47º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1F82C is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 44 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.03 |
| HSL | 71.47º | 0.94% | 0.57% | - |
| HSV(B) | 71.47º | 0.82% | 0.97% | - |
| XYZ | 60.32 | 80.87 | 14.81 | - |
| YUV | 213.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 44 | 0.16 | 0 | 0.82 | 0.03 | 71.47 | 0.94 | 0.57 |
| Hex | D1 | F8 | 2C | 10 | 0 | 52 | 3 | 47 | 5E | 39 |
| Octal | 321 | 370 | 54 | 20 | 0 | 122 | 3 | 107 | 136 | 71 |
| Binary | 11010001 | 11111000 | 101100 | 10000 | 0 | 1010010 | 11 | 1000111 | 1011110 | 111001 |
Color Harmonies of #D1F82C
Complementary color
Monochromatic Colors of #D1F82C
Black with #D1F82C
Text Example
Text Example
White with #D1F82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F82C; }
p { color: rgb(209,248,44); }
H1.HeaderClassName
{
color: #D1F82C;
}
.AnyTagClassName
{
color: #D1F82C;
}
</style>
background-color css
<style>
a { background-color: #D1F82C; }
a { background-color: rgb(209,248,44); }
div.DivClassName
{
background-color: #D1F82C;
}
.BgClassName
{
background-color: #D1F82C;
}
</style>
border-color css
<style>
span { border-color: #D1F82C; }
span { border-color: rgb(209,248,44); }
td.TdClassName
{
border-color: #D1F82C;
}
.TagClassName
{
border-color: #D1F82C;
}
</style>