Shades of Pear #D1F145
Tints of Pear #D1F145
RGB
CMYK
RGB Variations
Color information
#D1F145 (or 0xD1F145) is known color: Pear. HEX triplet: D1, F1 and 45. RGB value is (209,241,69). Sum of RGB (Red+Green+Blue) = 209+241+69=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 69 (27.34% from 255 or 13.29% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F145 is #2E0EBA. Grayscale: #D4D4D4. Windows color (decimal): -3018427 or 4583889. OLE color: 4583889.
HSL color Cylindrical-coordinate representation of color #D1F145: hue angle of 71.16º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1F145 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 69 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.05 |
| HSL | 71.16º | 0.86% | 0.61% | - |
| HSV(B) | 71.16º | 0.71% | 0.95% | - |
| XYZ | 58.82 | 76.9 | 17.37 | - |
| YUV | 211.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 69 | 0.13 | 0 | 0.71 | 0.05 | 71.16 | 0.86 | 0.61 |
| Hex | D1 | F1 | 45 | D | 0 | 47 | 5 | 47 | 56 | 3D |
| Octal | 321 | 361 | 105 | 15 | 0 | 107 | 5 | 107 | 126 | 75 |
| Binary | 11010001 | 11110001 | 1000101 | 1101 | 0 | 1000111 | 101 | 1000111 | 1010110 | 111101 |
Color Harmonies of #D1F145
Complementary color
Monochromatic Colors of #D1F145
Black with #D1F145
Text Example
Text Example
White with #D1F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F145; }
p { color: rgb(209,241,69); }
H1.HeaderClassName
{
color: #D1F145;
}
.AnyTagClassName
{
color: #D1F145;
}
</style>
background-color css
<style>
a { background-color: #D1F145; }
a { background-color: rgb(209,241,69); }
div.DivClassName
{
background-color: #D1F145;
}
.BgClassName
{
background-color: #D1F145;
}
</style>
border-color css
<style>
span { border-color: #D1F145; }
span { border-color: rgb(209,241,69); }
td.TdClassName
{
border-color: #D1F145;
}
.TagClassName
{
border-color: #D1F145;
}
</style>