Shades of Pear #D1F83D
Tints of Pear #D1F83D
RGB
CMYK
RGB Variations
Color information
#D1F83D (or 0xD1F83D) is known color: Pear. HEX triplet: D1, F8 and 3D. RGB value is (209,248,61). Sum of RGB (Red+Green+Blue) = 209+248+61=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F83D is #2E07C2. Grayscale: #D7D7D7. Windows color (decimal): -3016643 or 4061393. OLE color: 4061393.
HSL color Cylindrical-coordinate representation of color #D1F83D: hue angle of 72.51º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1F83D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 61 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.03 |
| HSL | 72.51º | 0.93% | 0.61% | - |
| HSV(B) | 72.51º | 0.75% | 0.97% | - |
| XYZ | 60.7 | 81.03 | 16.86 | - |
| YUV | 215.02 | 41.08 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 61 | 0.16 | 0 | 0.75 | 0.03 | 72.51 | 0.93 | 0.61 |
| Hex | D1 | F8 | 3D | 10 | 0 | 4B | 3 | 49 | 5D | 3D |
| Octal | 321 | 370 | 75 | 20 | 0 | 113 | 3 | 111 | 135 | 75 |
| Binary | 11010001 | 11111000 | 111101 | 10000 | 0 | 1001011 | 11 | 1001001 | 1011101 | 111101 |
Color Harmonies of #D1F83D
Complementary color
Monochromatic Colors of #D1F83D
Black with #D1F83D
Text Example
Text Example
White with #D1F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F83D; }
p { color: rgb(209,248,61); }
H1.HeaderClassName
{
color: #D1F83D;
}
.AnyTagClassName
{
color: #D1F83D;
}
</style>
background-color css
<style>
a { background-color: #D1F83D; }
a { background-color: rgb(209,248,61); }
div.DivClassName
{
background-color: #D1F83D;
}
.BgClassName
{
background-color: #D1F83D;
}
</style>
border-color css
<style>
span { border-color: #D1F83D; }
span { border-color: rgb(209,248,61); }
td.TdClassName
{
border-color: #D1F83D;
}
.TagClassName
{
border-color: #D1F83D;
}
</style>