Shades of Pear #D1F71D
Tints of Pear #D1F71D
RGB
CMYK
RGB Variations
Color information
#D1F71D (or 0xD1F71D) is known color: Pear. HEX triplet: D1, F7 and 1D. RGB value is (209,247,29). Sum of RGB (Red+Green+Blue) = 209+247+29=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F71D is #2E08E2. Grayscale: #D3D3D3. Windows color (decimal): -3016931 or 1963985. OLE color: 1963985.
HSL color Cylindrical-coordinate representation of color #D1F71D: hue angle of 70.46º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1F71D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.03 |
| HSL | 70.46º | 0.93% | 0.54% | - |
| HSV(B) | 70.46º | 0.88% | 0.97% | - |
| XYZ | 59.78 | 80.17 | 13.49 | - |
| YUV | 210.79 | 25.41 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 29 | 0.15 | 0 | 0.88 | 0.03 | 70.46 | 0.93 | 0.54 |
| Hex | D1 | F7 | 1D | F | 0 | 58 | 3 | 46 | 5D | 36 |
| Octal | 321 | 367 | 35 | 17 | 0 | 130 | 3 | 106 | 135 | 66 |
| Binary | 11010001 | 11110111 | 11101 | 1111 | 0 | 1011000 | 11 | 1000110 | 1011101 | 110110 |
Color Harmonies of #D1F71D
Complementary color
Monochromatic Colors of #D1F71D
Black with #D1F71D
Text Example
Text Example
White with #D1F71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F71D; }
p { color: rgb(209,247,29); }
H1.HeaderClassName
{
color: #D1F71D;
}
.AnyTagClassName
{
color: #D1F71D;
}
</style>
background-color css
<style>
a { background-color: #D1F71D; }
a { background-color: rgb(209,247,29); }
div.DivClassName
{
background-color: #D1F71D;
}
.BgClassName
{
background-color: #D1F71D;
}
</style>
border-color css
<style>
span { border-color: #D1F71D; }
span { border-color: rgb(209,247,29); }
td.TdClassName
{
border-color: #D1F71D;
}
.TagClassName
{
border-color: #D1F71D;
}
</style>