Shades of Pear #D1F122
Tints of Pear #D1F122
RGB
CMYK
RGB Variations
Color information
#D1F122 (or 0xD1F122) is known color: Pear. HEX triplet: D1, F1 and 22. RGB value is (209,241,34). Sum of RGB (Red+Green+Blue) = 209+241+34=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F122 is #2E0EDD. Grayscale: #D0D0D0. Windows color (decimal): -3018462 or 2290129. OLE color: 2290129.
HSL color Cylindrical-coordinate representation of color #D1F122: hue angle of 69.28º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1F122 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 34 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.05 |
| HSL | 69.28º | 0.88% | 0.54% | - |
| HSV(B) | 69.28º | 0.86% | 0.95% | - |
| XYZ | 58.04 | 76.58 | 13.24 | - |
| YUV | 207.83 | 29.9 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 34 | 0.13 | 0 | 0.86 | 0.05 | 69.28 | 0.88 | 0.54 |
| Hex | D1 | F1 | 22 | D | 0 | 56 | 5 | 45 | 58 | 36 |
| Octal | 321 | 361 | 42 | 15 | 0 | 126 | 5 | 105 | 130 | 66 |
| Binary | 11010001 | 11110001 | 100010 | 1101 | 0 | 1010110 | 101 | 1000101 | 1011000 | 110110 |
Color Harmonies of #D1F122
Complementary color
Monochromatic Colors of #D1F122
Black with #D1F122
Text Example
Text Example
White with #D1F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F122; }
p { color: rgb(209,241,34); }
H1.HeaderClassName
{
color: #D1F122;
}
.AnyTagClassName
{
color: #D1F122;
}
</style>
background-color css
<style>
a { background-color: #D1F122; }
a { background-color: rgb(209,241,34); }
div.DivClassName
{
background-color: #D1F122;
}
.BgClassName
{
background-color: #D1F122;
}
</style>
border-color css
<style>
span { border-color: #D1F122; }
span { border-color: rgb(209,241,34); }
td.TdClassName
{
border-color: #D1F122;
}
.TagClassName
{
border-color: #D1F122;
}
</style>