Shades of Pear #D1F73A
Tints of Pear #D1F73A
RGB
CMYK
RGB Variations
Color information
#D1F73A (or 0xD1F73A) is known color: Pear. HEX triplet: D1, F7 and 3A. RGB value is (209,247,58). Sum of RGB (Red+Green+Blue) = 209+247+58=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F73A is #2E08C5. Grayscale: #D6D6D6. Windows color (decimal): -3016902 or 3864529. OLE color: 3864529.
HSL color Cylindrical-coordinate representation of color #D1F73A: hue angle of 72.06º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1F73A is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 58 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.03 |
| HSL | 72.06º | 0.92% | 0.6% | - |
| HSV(B) | 72.06º | 0.77% | 0.97% | - |
| XYZ | 60.32 | 80.38 | 16.34 | - |
| YUV | 214.09 | 39.91 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 58 | 0.15 | 0 | 0.77 | 0.03 | 72.06 | 0.92 | 0.6 |
| Hex | D1 | F7 | 3A | F | 0 | 4D | 3 | 48 | 5C | 3C |
| Octal | 321 | 367 | 72 | 17 | 0 | 115 | 3 | 110 | 134 | 74 |
| Binary | 11010001 | 11110111 | 111010 | 1111 | 0 | 1001101 | 11 | 1001000 | 1011100 | 111100 |
Color Harmonies of #D1F73A
Complementary color
Monochromatic Colors of #D1F73A
Black with #D1F73A
Text Example
Text Example
White with #D1F73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F73A; }
p { color: rgb(209,247,58); }
H1.HeaderClassName
{
color: #D1F73A;
}
.AnyTagClassName
{
color: #D1F73A;
}
</style>
background-color css
<style>
a { background-color: #D1F73A; }
a { background-color: rgb(209,247,58); }
div.DivClassName
{
background-color: #D1F73A;
}
.BgClassName
{
background-color: #D1F73A;
}
</style>
border-color css
<style>
span { border-color: #D1F73A; }
span { border-color: rgb(209,247,58); }
td.TdClassName
{
border-color: #D1F73A;
}
.TagClassName
{
border-color: #D1F73A;
}
</style>