Shades of Pear #D1F71F
Tints of Pear #D1F71F
RGB
CMYK
RGB Variations
Color information
#D1F71F (or 0xD1F71F) is known color: Pear. HEX triplet: D1, F7 and 1F. RGB value is (209,247,31). Sum of RGB (Red+Green+Blue) = 209+247+31=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F71F is #2E08E0. Grayscale: #D3D3D3. Windows color (decimal): -3016929 or 2095057. OLE color: 2095057.
HSL color Cylindrical-coordinate representation of color #D1F71F: hue angle of 70.56º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1F71F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 31 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.03 |
| HSL | 70.56º | 0.93% | 0.55% | - |
| HSV(B) | 70.56º | 0.87% | 0.97% | - |
| XYZ | 59.8 | 80.18 | 13.62 | - |
| YUV | 211.01 | 26.41 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 31 | 0.15 | 0 | 0.87 | 0.03 | 70.56 | 0.93 | 0.55 |
| Hex | D1 | F7 | 1F | F | 0 | 57 | 3 | 47 | 5D | 37 |
| Octal | 321 | 367 | 37 | 17 | 0 | 127 | 3 | 107 | 135 | 67 |
| Binary | 11010001 | 11110111 | 11111 | 1111 | 0 | 1010111 | 11 | 1000111 | 1011101 | 110111 |
Color Harmonies of #D1F71F
Complementary color
Monochromatic Colors of #D1F71F
Black with #D1F71F
Text Example
Text Example
White with #D1F71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F71F; }
p { color: rgb(209,247,31); }
H1.HeaderClassName
{
color: #D1F71F;
}
.AnyTagClassName
{
color: #D1F71F;
}
</style>
background-color css
<style>
a { background-color: #D1F71F; }
a { background-color: rgb(209,247,31); }
div.DivClassName
{
background-color: #D1F71F;
}
.BgClassName
{
background-color: #D1F71F;
}
</style>
border-color css
<style>
span { border-color: #D1F71F; }
span { border-color: rgb(209,247,31); }
td.TdClassName
{
border-color: #D1F71F;
}
.TagClassName
{
border-color: #D1F71F;
}
</style>