Shades of Pear #D1F73B
Tints of Pear #D1F73B
RGB
CMYK
RGB Variations
Color information
#D1F73B (or 0xD1F73B) is known color: Pear. HEX triplet: D1, F7 and 3B. RGB value is (209,247,59). Sum of RGB (Red+Green+Blue) = 209+247+59=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 59 (23.44% from 255 or 11.46% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F73B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F73B is #2E08C4. Grayscale: #D6D6D6. Windows color (decimal): -3016901 or 3930065. OLE color: 3930065.
HSL color Cylindrical-coordinate representation of color #D1F73B: hue angle of 72.13º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1F73B is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 59 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.03 |
| HSL | 72.13º | 0.92% | 0.6% | - |
| HSV(B) | 72.13º | 0.76% | 0.97% | - |
| XYZ | 60.34 | 80.39 | 16.47 | - |
| YUV | 214.21 | 40.41 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 59 | 0.15 | 0 | 0.76 | 0.03 | 72.13 | 0.92 | 0.6 |
| Hex | D1 | F7 | 3B | F | 0 | 4C | 3 | 48 | 5C | 3C |
| Octal | 321 | 367 | 73 | 17 | 0 | 114 | 3 | 110 | 134 | 74 |
| Binary | 11010001 | 11110111 | 111011 | 1111 | 0 | 1001100 | 11 | 1001000 | 1011100 | 111100 |
Color Harmonies of #D1F73B
Complementary color
Monochromatic Colors of #D1F73B
Black with #D1F73B
Text Example
Text Example
White with #D1F73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F73B; }
p { color: rgb(209,247,59); }
H1.HeaderClassName
{
color: #D1F73B;
}
.AnyTagClassName
{
color: #D1F73B;
}
</style>
background-color css
<style>
a { background-color: #D1F73B; }
a { background-color: rgb(209,247,59); }
div.DivClassName
{
background-color: #D1F73B;
}
.BgClassName
{
background-color: #D1F73B;
}
</style>
border-color css
<style>
span { border-color: #D1F73B; }
span { border-color: rgb(209,247,59); }
td.TdClassName
{
border-color: #D1F73B;
}
.TagClassName
{
border-color: #D1F73B;
}
</style>