Shades of Pear #D1F245
Tints of Pear #D1F245
RGB
CMYK
RGB Variations
Color information
#D1F245 (or 0xD1F245) is known color: Pear. HEX triplet: D1, F2 and 45. RGB value is (209,242,69). Sum of RGB (Red+Green+Blue) = 209+242+69=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F245 is #2E0DBA. Grayscale: #D5D5D5. Windows color (decimal): -3018171 or 4584145. OLE color: 4584145.
HSL color Cylindrical-coordinate representation of color #D1F245: hue angle of 71.45º degrees, saturation: 0.87, 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 #D1F245 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 69 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 71.45º | 0.87% | 0.61% | - |
| HSV(B) | 71.45º | 0.71% | 0.95% | - |
| XYZ | 59.12 | 77.49 | 17.47 | - |
| YUV | 212.41 | 47.07 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 69 | 0.14 | 0 | 0.71 | 0.05 | 71.45 | 0.87 | 0.61 |
| Hex | D1 | F2 | 45 | E | 0 | 47 | 5 | 47 | 57 | 3D |
| Octal | 321 | 362 | 105 | 16 | 0 | 107 | 5 | 107 | 127 | 75 |
| Binary | 11010001 | 11110010 | 1000101 | 1110 | 0 | 1000111 | 101 | 1000111 | 1010111 | 111101 |
Color Harmonies of #D1F245
Complementary color
Monochromatic Colors of #D1F245
Black with #D1F245
Text Example
Text Example
White with #D1F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F245; }
p { color: rgb(209,242,69); }
H1.HeaderClassName
{
color: #D1F245;
}
.AnyTagClassName
{
color: #D1F245;
}
</style>
background-color css
<style>
a { background-color: #D1F245; }
a { background-color: rgb(209,242,69); }
div.DivClassName
{
background-color: #D1F245;
}
.BgClassName
{
background-color: #D1F245;
}
</style>
border-color css
<style>
span { border-color: #D1F245; }
span { border-color: rgb(209,242,69); }
td.TdClassName
{
border-color: #D1F245;
}
.TagClassName
{
border-color: #D1F245;
}
</style>