Shades of Pear #D1F444
Tints of Pear #D1F444
RGB
CMYK
RGB Variations
Color information
#D1F444 (or 0xD1F444) is known color: Pear. HEX triplet: D1, F4 and 44. RGB value is (209,244,68). Sum of RGB (Red+Green+Blue) = 209+244+68=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F444 is #2E0BBB. Grayscale: #D6D6D6. Windows color (decimal): -3017660 or 4519121. OLE color: 4519121.
HSL color Cylindrical-coordinate representation of color #D1F444: hue angle of 71.93º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1F444 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 68 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.04 |
| HSL | 71.93º | 0.89% | 0.61% | - |
| HSV(B) | 71.93º | 0.72% | 0.96% | - |
| XYZ | 59.69 | 78.67 | 17.51 | - |
| YUV | 213.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 68 | 0.14 | 0 | 0.72 | 0.04 | 71.93 | 0.89 | 0.61 |
| Hex | D1 | F4 | 44 | E | 0 | 48 | 4 | 48 | 59 | 3D |
| Octal | 321 | 364 | 104 | 16 | 0 | 110 | 4 | 110 | 131 | 75 |
| Binary | 11010001 | 11110100 | 1000100 | 1110 | 0 | 1001000 | 100 | 1001000 | 1011001 | 111101 |
Color Harmonies of #D1F444
Complementary color
Monochromatic Colors of #D1F444
Black with #D1F444
Text Example
Text Example
White with #D1F444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F444; }
p { color: rgb(209,244,68); }
H1.HeaderClassName
{
color: #D1F444;
}
.AnyTagClassName
{
color: #D1F444;
}
</style>
background-color css
<style>
a { background-color: #D1F444; }
a { background-color: rgb(209,244,68); }
div.DivClassName
{
background-color: #D1F444;
}
.BgClassName
{
background-color: #D1F444;
}
</style>
border-color css
<style>
span { border-color: #D1F444; }
span { border-color: rgb(209,244,68); }
td.TdClassName
{
border-color: #D1F444;
}
.TagClassName
{
border-color: #D1F444;
}
</style>