Shades of Pear #D1F225
Tints of Pear #D1F225
RGB
CMYK
RGB Variations
Color information
#D1F225 (or 0xD1F225) is known color: Pear. HEX triplet: D1, F2 and 25. RGB value is (209,242,37). Sum of RGB (Red+Green+Blue) = 209+242+37=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F225 is #2E0DDA. Grayscale: #D1D1D1. Windows color (decimal): -3018203 or 2486993. OLE color: 2486993.
HSL color Cylindrical-coordinate representation of color #D1F225: hue angle of 69.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1F225 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 37 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.05 |
| HSL | 69.66º | 0.89% | 0.55% | - |
| HSV(B) | 69.66º | 0.85% | 0.95% | - |
| XYZ | 58.38 | 77.19 | 13.57 | - |
| YUV | 208.76 | 31.07 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 37 | 0.14 | 0 | 0.85 | 0.05 | 69.66 | 0.89 | 0.55 |
| Hex | D1 | F2 | 25 | E | 0 | 55 | 5 | 46 | 59 | 37 |
| Octal | 321 | 362 | 45 | 16 | 0 | 125 | 5 | 106 | 131 | 67 |
| Binary | 11010001 | 11110010 | 100101 | 1110 | 0 | 1010101 | 101 | 1000110 | 1011001 | 110111 |
Color Harmonies of #D1F225
Complementary color
Monochromatic Colors of #D1F225
Black with #D1F225
Text Example
Text Example
White with #D1F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F225; }
p { color: rgb(209,242,37); }
H1.HeaderClassName
{
color: #D1F225;
}
.AnyTagClassName
{
color: #D1F225;
}
</style>
background-color css
<style>
a { background-color: #D1F225; }
a { background-color: rgb(209,242,37); }
div.DivClassName
{
background-color: #D1F225;
}
.BgClassName
{
background-color: #D1F225;
}
</style>
border-color css
<style>
span { border-color: #D1F225; }
span { border-color: rgb(209,242,37); }
td.TdClassName
{
border-color: #D1F225;
}
.TagClassName
{
border-color: #D1F225;
}
</style>