Shades of Pear #D1F440
Tints of Pear #D1F440
RGB
CMYK
RGB Variations
Color information
#D1F440 (or 0xD1F440) is known color: Pear. HEX triplet: D1, F4 and 40. RGB value is (209,244,64). Sum of RGB (Red+Green+Blue) = 209+244+64=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F440 is #2E0BBF. Grayscale: #D5D5D5. Windows color (decimal): -3017664 or 4256977. OLE color: 4256977.
HSL color Cylindrical-coordinate representation of color #D1F440: hue angle of 71.67º 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 #D1F440 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 64 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.04 |
| HSL | 71.67º | 0.89% | 0.6% | - |
| HSV(B) | 71.67º | 0.74% | 0.96% | - |
| XYZ | 59.57 | 78.63 | 16.89 | - |
| YUV | 213.02 | 43.9 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 64 | 0.14 | 0 | 0.74 | 0.04 | 71.67 | 0.89 | 0.6 |
| Hex | D1 | F4 | 40 | E | 0 | 4A | 4 | 48 | 59 | 3C |
| Octal | 321 | 364 | 100 | 16 | 0 | 112 | 4 | 110 | 131 | 74 |
| Binary | 11010001 | 11110100 | 1000000 | 1110 | 0 | 1001010 | 100 | 1001000 | 1011001 | 111100 |
Color Harmonies of #D1F440
Complementary color
Monochromatic Colors of #D1F440
Black with #D1F440
Text Example
Text Example
White with #D1F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F440; }
p { color: rgb(209,244,64); }
H1.HeaderClassName
{
color: #D1F440;
}
.AnyTagClassName
{
color: #D1F440;
}
</style>
background-color css
<style>
a { background-color: #D1F440; }
a { background-color: rgb(209,244,64); }
div.DivClassName
{
background-color: #D1F440;
}
.BgClassName
{
background-color: #D1F440;
}
</style>
border-color css
<style>
span { border-color: #D1F440; }
span { border-color: rgb(209,244,64); }
td.TdClassName
{
border-color: #D1F440;
}
.TagClassName
{
border-color: #D1F440;
}
</style>