Shades of Pear #D1FB2F
Tints of Pear #D1FB2F
RGB
CMYK
RGB Variations
Color information
#D1FB2F (or 0xD1FB2F) is known color: Pear. HEX triplet: D1, FB and 2F. RGB value is (209,251,47). Sum of RGB (Red+Green+Blue) = 209+251+47=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB2F is #2E04D0. Grayscale: #D7D7D7. Windows color (decimal): -3015889 or 3144657. OLE color: 3144657.
HSL color Cylindrical-coordinate representation of color #D1FB2F: hue angle of 72.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1FB2F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.02 |
| HSL | 72.35º | 0.96% | 0.58% | - |
| HSV(B) | 72.35º | 0.81% | 0.98% | - |
| XYZ | 61.3 | 82.75 | 15.43 | - |
| YUV | 215.19 | 33.09 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 47 | 0.17 | 0 | 0.81 | 0.02 | 72.35 | 0.96 | 0.58 |
| Hex | D1 | FB | 2F | 11 | 0 | 51 | 2 | 48 | 60 | 3A |
| Octal | 321 | 373 | 57 | 21 | 0 | 121 | 2 | 110 | 140 | 72 |
| Binary | 11010001 | 11111011 | 101111 | 10001 | 0 | 1010001 | 10 | 1001000 | 1100000 | 111010 |
Color Harmonies of #D1FB2F
Complementary color
Monochromatic Colors of #D1FB2F
Black with #D1FB2F
Text Example
Text Example
White with #D1FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB2F; }
p { color: rgb(209,251,47); }
H1.HeaderClassName
{
color: #D1FB2F;
}
.AnyTagClassName
{
color: #D1FB2F;
}
</style>
background-color css
<style>
a { background-color: #D1FB2F; }
a { background-color: rgb(209,251,47); }
div.DivClassName
{
background-color: #D1FB2F;
}
.BgClassName
{
background-color: #D1FB2F;
}
</style>
border-color css
<style>
span { border-color: #D1FB2F; }
span { border-color: rgb(209,251,47); }
td.TdClassName
{
border-color: #D1FB2F;
}
.TagClassName
{
border-color: #D1FB2F;
}
</style>