Shades of Pear #D1F73D
Tints of Pear #D1F73D
RGB
CMYK
RGB Variations
Color information
#D1F73D (or 0xD1F73D) is known color: Pear. HEX triplet: D1, F7 and 3D. RGB value is (209,247,61). Sum of RGB (Red+Green+Blue) = 209+247+61=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F73D is #2E08C2. Grayscale: #D7D7D7. Windows color (decimal): -3016899 or 4061137. OLE color: 4061137.
HSL color Cylindrical-coordinate representation of color #D1F73D: hue angle of 72.26º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1F73D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 61 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.03 |
| HSL | 72.26º | 0.92% | 0.6% | - |
| HSV(B) | 72.26º | 0.75% | 0.97% | - |
| XYZ | 60.4 | 80.41 | 16.75 | - |
| YUV | 214.43 | 41.41 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 61 | 0.15 | 0 | 0.75 | 0.03 | 72.26 | 0.92 | 0.6 |
| Hex | D1 | F7 | 3D | F | 0 | 4B | 3 | 48 | 5C | 3C |
| Octal | 321 | 367 | 75 | 17 | 0 | 113 | 3 | 110 | 134 | 74 |
| Binary | 11010001 | 11110111 | 111101 | 1111 | 0 | 1001011 | 11 | 1001000 | 1011100 | 111100 |
Color Harmonies of #D1F73D
Complementary color
Monochromatic Colors of #D1F73D
Black with #D1F73D
Text Example
Text Example
White with #D1F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F73D; }
p { color: rgb(209,247,61); }
H1.HeaderClassName
{
color: #D1F73D;
}
.AnyTagClassName
{
color: #D1F73D;
}
</style>
background-color css
<style>
a { background-color: #D1F73D; }
a { background-color: rgb(209,247,61); }
div.DivClassName
{
background-color: #D1F73D;
}
.BgClassName
{
background-color: #D1F73D;
}
</style>
border-color css
<style>
span { border-color: #D1F73D; }
span { border-color: rgb(209,247,61); }
td.TdClassName
{
border-color: #D1F73D;
}
.TagClassName
{
border-color: #D1F73D;
}
</style>