Shades of Pear #D1F82F
Tints of Pear #D1F82F
RGB
CMYK
RGB Variations
Color information
#D1F82F (or 0xD1F82F) is known color: Pear. HEX triplet: D1, F8 and 2F. RGB value is (209,248,47). Sum of RGB (Red+Green+Blue) = 209+248+47=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F82F is #2E07D0. Grayscale: #D6D6D6. Windows color (decimal): -3016657 or 3143889. OLE color: 3143889.
HSL color Cylindrical-coordinate representation of color #D1F82F: hue angle of 71.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1F82F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 47 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.03 |
| HSL | 71.64º | 0.93% | 0.58% | - |
| HSV(B) | 71.64º | 0.81% | 0.97% | - |
| XYZ | 60.37 | 80.9 | 15.12 | - |
| YUV | 213.43 | 34.08 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 47 | 0.16 | 0 | 0.81 | 0.03 | 71.64 | 0.93 | 0.58 |
| Hex | D1 | F8 | 2F | 10 | 0 | 51 | 3 | 48 | 5D | 3A |
| Octal | 321 | 370 | 57 | 20 | 0 | 121 | 3 | 110 | 135 | 72 |
| Binary | 11010001 | 11111000 | 101111 | 10000 | 0 | 1010001 | 11 | 1001000 | 1011101 | 111010 |
Color Harmonies of #D1F82F
Complementary color
Monochromatic Colors of #D1F82F
Black with #D1F82F
Text Example
Text Example
White with #D1F82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F82F; }
p { color: rgb(209,248,47); }
H1.HeaderClassName
{
color: #D1F82F;
}
.AnyTagClassName
{
color: #D1F82F;
}
</style>
background-color css
<style>
a { background-color: #D1F82F; }
a { background-color: rgb(209,248,47); }
div.DivClassName
{
background-color: #D1F82F;
}
.BgClassName
{
background-color: #D1F82F;
}
</style>
border-color css
<style>
span { border-color: #D1F82F; }
span { border-color: rgb(209,248,47); }
td.TdClassName
{
border-color: #D1F82F;
}
.TagClassName
{
border-color: #D1F82F;
}
</style>