Shades of Pear #D1F441
Tints of Pear #D1F441
RGB
CMYK
RGB Variations
Color information
#D1F441 (or 0xD1F441) is known color: Pear. HEX triplet: D1, F4 and 41. RGB value is (209,244,65). Sum of RGB (Red+Green+Blue) = 209+244+65=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F441 is #2E0BBE. Grayscale: #D5D5D5. Windows color (decimal): -3017663 or 4322513. OLE color: 4322513.
HSL color Cylindrical-coordinate representation of color #D1F441: hue angle of 71.73º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1F441 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 65 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.04 |
| HSL | 71.73º | 0.89% | 0.61% | - |
| HSV(B) | 71.73º | 0.73% | 0.96% | - |
| XYZ | 59.6 | 78.64 | 17.04 | - |
| YUV | 213.13 | 44.4 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 65 | 0.14 | 0 | 0.73 | 0.04 | 71.73 | 0.89 | 0.61 |
| Hex | D1 | F4 | 41 | E | 0 | 49 | 4 | 48 | 59 | 3D |
| Octal | 321 | 364 | 101 | 16 | 0 | 111 | 4 | 110 | 131 | 75 |
| Binary | 11010001 | 11110100 | 1000001 | 1110 | 0 | 1001001 | 100 | 1001000 | 1011001 | 111101 |
Color Harmonies of #D1F441
Complementary color
Monochromatic Colors of #D1F441
Black with #D1F441
Text Example
Text Example
White with #D1F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F441; }
p { color: rgb(209,244,65); }
H1.HeaderClassName
{
color: #D1F441;
}
.AnyTagClassName
{
color: #D1F441;
}
</style>
background-color css
<style>
a { background-color: #D1F441; }
a { background-color: rgb(209,244,65); }
div.DivClassName
{
background-color: #D1F441;
}
.BgClassName
{
background-color: #D1F441;
}
</style>
border-color css
<style>
span { border-color: #D1F441; }
span { border-color: rgb(209,244,65); }
td.TdClassName
{
border-color: #D1F441;
}
.TagClassName
{
border-color: #D1F441;
}
</style>