Shades of Pear #D1F944
Tints of Pear #D1F944
RGB
CMYK
RGB Variations
Color information
#D1F944 (or 0xD1F944) is known color: Pear. HEX triplet: D1, F9 and 44. RGB value is (209,249,68). Sum of RGB (Red+Green+Blue) = 209+249+68=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F944 is #2E06BB. Grayscale: #D9D9D9. Windows color (decimal): -3016380 or 4520401. OLE color: 4520401.
HSL color Cylindrical-coordinate representation of color #D1F944: hue angle of 73.26º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1F944 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 68 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.02 |
| HSL | 73.26º | 0.94% | 0.62% | - |
| HSV(B) | 73.26º | 0.73% | 0.98% | - |
| XYZ | 61.21 | 81.72 | 18.02 | - |
| YUV | 216.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 68 | 0.16 | 0 | 0.73 | 0.02 | 73.26 | 0.94 | 0.62 |
| Hex | D1 | F9 | 44 | 10 | 0 | 49 | 2 | 49 | 5E | 3E |
| Octal | 321 | 371 | 104 | 20 | 0 | 111 | 2 | 111 | 136 | 76 |
| Binary | 11010001 | 11111001 | 1000100 | 10000 | 0 | 1001001 | 10 | 1001001 | 1011110 | 111110 |
Color Harmonies of #D1F944
Complementary color
Monochromatic Colors of #D1F944
Black with #D1F944
Text Example
Text Example
White with #D1F944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F944; }
p { color: rgb(209,249,68); }
H1.HeaderClassName
{
color: #D1F944;
}
.AnyTagClassName
{
color: #D1F944;
}
</style>
background-color css
<style>
a { background-color: #D1F944; }
a { background-color: rgb(209,249,68); }
div.DivClassName
{
background-color: #D1F944;
}
.BgClassName
{
background-color: #D1F944;
}
</style>
border-color css
<style>
span { border-color: #D1F944; }
span { border-color: rgb(209,249,68); }
td.TdClassName
{
border-color: #D1F944;
}
.TagClassName
{
border-color: #D1F944;
}
</style>