Shades of Pear #D1F03E
Tints of Pear #D1F03E
RGB
CMYK
RGB Variations
Color information
#D1F03E (or 0xD1F03E) is known color: Pear. HEX triplet: D1, F0 and 3E. RGB value is (209,240,62). Sum of RGB (Red+Green+Blue) = 209+240+62=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F03E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F03E is #2E0FC1. Grayscale: #D3D3D3. Windows color (decimal): -3018690 or 4124881. OLE color: 4124881.
HSL color Cylindrical-coordinate representation of color #D1F03E: hue angle of 70.45º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1F03E is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 62 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.06 |
| HSL | 70.45º | 0.86% | 0.59% | - |
| HSV(B) | 70.45º | 0.74% | 0.94% | - |
| XYZ | 58.32 | 76.22 | 16.2 | - |
| YUV | 210.44 | 44.23 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 62 | 0.13 | 0 | 0.74 | 0.06 | 70.45 | 0.86 | 0.59 |
| Hex | D1 | F0 | 3E | D | 0 | 4A | 6 | 46 | 56 | 3B |
| Octal | 321 | 360 | 76 | 15 | 0 | 112 | 6 | 106 | 126 | 73 |
| Binary | 11010001 | 11110000 | 111110 | 1101 | 0 | 1001010 | 110 | 1000110 | 1010110 | 111011 |
Color Harmonies of #D1F03E
Complementary color
Monochromatic Colors of #D1F03E
Black with #D1F03E
Text Example
Text Example
White with #D1F03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F03E; }
p { color: rgb(209,240,62); }
H1.HeaderClassName
{
color: #D1F03E;
}
.AnyTagClassName
{
color: #D1F03E;
}
</style>
background-color css
<style>
a { background-color: #D1F03E; }
a { background-color: rgb(209,240,62); }
div.DivClassName
{
background-color: #D1F03E;
}
.BgClassName
{
background-color: #D1F03E;
}
</style>
border-color css
<style>
span { border-color: #D1F03E; }
span { border-color: rgb(209,240,62); }
td.TdClassName
{
border-color: #D1F03E;
}
.TagClassName
{
border-color: #D1F03E;
}
</style>