Shades of Pear #D1F73C
Tints of Pear #D1F73C
RGB
CMYK
RGB Variations
Color information
#D1F73C (or 0xD1F73C) is known color: Pear. HEX triplet: D1, F7 and 3C. RGB value is (209,247,60). Sum of RGB (Red+Green+Blue) = 209+247+60=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F73C is #2E08C3. Grayscale: #D7D7D7. Windows color (decimal): -3016900 or 3995601. OLE color: 3995601.
HSL color Cylindrical-coordinate representation of color #D1F73C: hue angle of 72.19º 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 #D1F73C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 60 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.03 |
| HSL | 72.19º | 0.92% | 0.6% | - |
| HSV(B) | 72.19º | 0.76% | 0.97% | - |
| XYZ | 60.37 | 80.4 | 16.61 | - |
| YUV | 214.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 60 | 0.15 | 0 | 0.76 | 0.03 | 72.19 | 0.92 | 0.6 |
| Hex | D1 | F7 | 3C | F | 0 | 4C | 3 | 48 | 5C | 3C |
| Octal | 321 | 367 | 74 | 17 | 0 | 114 | 3 | 110 | 134 | 74 |
| Binary | 11010001 | 11110111 | 111100 | 1111 | 0 | 1001100 | 11 | 1001000 | 1011100 | 111100 |
Color Harmonies of #D1F73C
Complementary color
Monochromatic Colors of #D1F73C
Black with #D1F73C
Text Example
Text Example
White with #D1F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F73C; }
p { color: rgb(209,247,60); }
H1.HeaderClassName
{
color: #D1F73C;
}
.AnyTagClassName
{
color: #D1F73C;
}
</style>
background-color css
<style>
a { background-color: #D1F73C; }
a { background-color: rgb(209,247,60); }
div.DivClassName
{
background-color: #D1F73C;
}
.BgClassName
{
background-color: #D1F73C;
}
</style>
border-color css
<style>
span { border-color: #D1F73C; }
span { border-color: rgb(209,247,60); }
td.TdClassName
{
border-color: #D1F73C;
}
.TagClassName
{
border-color: #D1F73C;
}
</style>