Shades of Pear #D1F43A
Tints of Pear #D1F43A
RGB
CMYK
RGB Variations
Color information
#D1F43A (or 0xD1F43A) is known color: Pear. HEX triplet: D1, F4 and 3A. RGB value is (209,244,58). Sum of RGB (Red+Green+Blue) = 209+244+58=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F43A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F43A is #2E0BC5. Grayscale: #D5D5D5. Windows color (decimal): -3017670 or 3863761. OLE color: 3863761.
HSL color Cylindrical-coordinate representation of color #D1F43A: hue angle of 71.29º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1F43A is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 58 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.04 |
| HSL | 71.29º | 0.89% | 0.59% | - |
| HSV(B) | 71.29º | 0.76% | 0.96% | - |
| XYZ | 59.41 | 78.56 | 16.04 | - |
| YUV | 212.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 58 | 0.14 | 0 | 0.76 | 0.04 | 71.29 | 0.89 | 0.59 |
| Hex | D1 | F4 | 3A | E | 0 | 4C | 4 | 47 | 59 | 3B |
| Octal | 321 | 364 | 72 | 16 | 0 | 114 | 4 | 107 | 131 | 73 |
| Binary | 11010001 | 11110100 | 111010 | 1110 | 0 | 1001100 | 100 | 1000111 | 1011001 | 111011 |
Color Harmonies of #D1F43A
Complementary color
Monochromatic Colors of #D1F43A
Black with #D1F43A
Text Example
Text Example
White with #D1F43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F43A; }
p { color: rgb(209,244,58); }
H1.HeaderClassName
{
color: #D1F43A;
}
.AnyTagClassName
{
color: #D1F43A;
}
</style>
background-color css
<style>
a { background-color: #D1F43A; }
a { background-color: rgb(209,244,58); }
div.DivClassName
{
background-color: #D1F43A;
}
.BgClassName
{
background-color: #D1F43A;
}
</style>
border-color css
<style>
span { border-color: #D1F43A; }
span { border-color: rgb(209,244,58); }
td.TdClassName
{
border-color: #D1F43A;
}
.TagClassName
{
border-color: #D1F43A;
}
</style>