Shades of Pear #D1F43F
Tints of Pear #D1F43F
RGB
CMYK
RGB Variations
Color information
#D1F43F (or 0xD1F43F) is known color: Pear. HEX triplet: D1, F4 and 3F. RGB value is (209,244,63). Sum of RGB (Red+Green+Blue) = 209+244+63=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F43F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F43F is #2E0BC0. Grayscale: #D5D5D5. Windows color (decimal): -3017665 or 4191441. OLE color: 4191441.
HSL color Cylindrical-coordinate representation of color #D1F43F: hue angle of 71.6º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1F43F is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 63 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.04 |
| HSL | 71.6º | 0.89% | 0.6% | - |
| HSV(B) | 71.6º | 0.74% | 0.96% | - |
| XYZ | 59.54 | 78.62 | 16.74 | - |
| YUV | 212.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 63 | 0.14 | 0 | 0.74 | 0.04 | 71.6 | 0.89 | 0.6 |
| Hex | D1 | F4 | 3F | E | 0 | 4A | 4 | 48 | 59 | 3C |
| Octal | 321 | 364 | 77 | 16 | 0 | 112 | 4 | 110 | 131 | 74 |
| Binary | 11010001 | 11110100 | 111111 | 1110 | 0 | 1001010 | 100 | 1001000 | 1011001 | 111100 |
Color Harmonies of #D1F43F
Complementary color
Monochromatic Colors of #D1F43F
Black with #D1F43F
Text Example
Text Example
White with #D1F43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F43F; }
p { color: rgb(209,244,63); }
H1.HeaderClassName
{
color: #D1F43F;
}
.AnyTagClassName
{
color: #D1F43F;
}
</style>
background-color css
<style>
a { background-color: #D1F43F; }
a { background-color: rgb(209,244,63); }
div.DivClassName
{
background-color: #D1F43F;
}
.BgClassName
{
background-color: #D1F43F;
}
</style>
border-color css
<style>
span { border-color: #D1F43F; }
span { border-color: rgb(209,244,63); }
td.TdClassName
{
border-color: #D1F43F;
}
.TagClassName
{
border-color: #D1F43F;
}
</style>