Shades of Pear #D1F61D
Tints of Pear #D1F61D
RGB
CMYK
RGB Variations
Color information
#D1F61D (or 0xD1F61D) is known color: Pear. HEX triplet: D1, F6 and 1D. RGB value is (209,246,29). Sum of RGB (Red+Green+Blue) = 209+246+29=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F61D is #2E09E2. Grayscale: #D3D3D3. Windows color (decimal): -3017187 or 1963729. OLE color: 1963729.
HSL color Cylindrical-coordinate representation of color #D1F61D: hue angle of 70.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1F61D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.04 |
| HSL | 70.23º | 0.92% | 0.54% | - |
| HSV(B) | 70.23º | 0.88% | 0.96% | - |
| XYZ | 59.47 | 79.56 | 13.38 | - |
| YUV | 210.2 | 25.74 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 29 | 0.15 | 0 | 0.88 | 0.04 | 70.23 | 0.92 | 0.54 |
| Hex | D1 | F6 | 1D | F | 0 | 58 | 4 | 46 | 5C | 36 |
| Octal | 321 | 366 | 35 | 17 | 0 | 130 | 4 | 106 | 134 | 66 |
| Binary | 11010001 | 11110110 | 11101 | 1111 | 0 | 1011000 | 100 | 1000110 | 1011100 | 110110 |
Color Harmonies of #D1F61D
Complementary color
Monochromatic Colors of #D1F61D
Black with #D1F61D
Text Example
Text Example
White with #D1F61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F61D; }
p { color: rgb(209,246,29); }
H1.HeaderClassName
{
color: #D1F61D;
}
.AnyTagClassName
{
color: #D1F61D;
}
</style>
background-color css
<style>
a { background-color: #D1F61D; }
a { background-color: rgb(209,246,29); }
div.DivClassName
{
background-color: #D1F61D;
}
.BgClassName
{
background-color: #D1F61D;
}
</style>
border-color css
<style>
span { border-color: #D1F61D; }
span { border-color: rgb(209,246,29); }
td.TdClassName
{
border-color: #D1F61D;
}
.TagClassName
{
border-color: #D1F61D;
}
</style>