Shades of Pear #D1F945
Tints of Pear #D1F945
RGB
CMYK
RGB Variations
Color information
#D1F945 (or 0xD1F945) is known color: Pear. HEX triplet: D1, F9 and 45. RGB value is (209,249,69). Sum of RGB (Red+Green+Blue) = 209+249+69=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F945 is #2E06BA. Grayscale: #D9D9D9. Windows color (decimal): -3016379 or 4585937. OLE color: 4585937.
HSL color Cylindrical-coordinate representation of color #D1F945: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1F945 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 69 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.02 |
| HSL | 73.33º | 0.94% | 0.62% | - |
| HSV(B) | 73.33º | 0.72% | 0.98% | - |
| XYZ | 61.24 | 81.74 | 18.18 | - |
| YUV | 216.52 | 44.75 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 69 | 0.16 | 0 | 0.72 | 0.02 | 73.33 | 0.94 | 0.62 |
| Hex | D1 | F9 | 45 | 10 | 0 | 48 | 2 | 49 | 5E | 3E |
| Octal | 321 | 371 | 105 | 20 | 0 | 110 | 2 | 111 | 136 | 76 |
| Binary | 11010001 | 11111001 | 1000101 | 10000 | 0 | 1001000 | 10 | 1001001 | 1011110 | 111110 |
Color Harmonies of #D1F945
Complementary color
Monochromatic Colors of #D1F945
Black with #D1F945
Text Example
Text Example
White with #D1F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F945; }
p { color: rgb(209,249,69); }
H1.HeaderClassName
{
color: #D1F945;
}
.AnyTagClassName
{
color: #D1F945;
}
</style>
background-color css
<style>
a { background-color: #D1F945; }
a { background-color: rgb(209,249,69); }
div.DivClassName
{
background-color: #D1F945;
}
.BgClassName
{
background-color: #D1F945;
}
</style>
border-color css
<style>
span { border-color: #D1F945; }
span { border-color: rgb(209,249,69); }
td.TdClassName
{
border-color: #D1F945;
}
.TagClassName
{
border-color: #D1F945;
}
</style>