Shades of Pear #D1F022
Tints of Pear #D1F022
RGB
CMYK
RGB Variations
Color information
#D1F022 (or 0xD1F022) is known color: Pear. HEX triplet: D1, F0 and 22. RGB value is (209,240,34). Sum of RGB (Red+Green+Blue) = 209+240+34=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F022 is #2E0FDD. Grayscale: #D0D0D0. Windows color (decimal): -3018718 or 2289873. OLE color: 2289873.
HSL color Cylindrical-coordinate representation of color #D1F022: hue angle of 69.03º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1F022 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 34 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.06 |
| HSL | 69.03º | 0.87% | 0.54% | - |
| HSV(B) | 69.03º | 0.86% | 0.94% | - |
| XYZ | 57.74 | 75.99 | 13.14 | - |
| YUV | 207.25 | 30.23 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 34 | 0.13 | 0 | 0.86 | 0.06 | 69.03 | 0.87 | 0.54 |
| Hex | D1 | F0 | 22 | D | 0 | 56 | 6 | 45 | 57 | 36 |
| Octal | 321 | 360 | 42 | 15 | 0 | 126 | 6 | 105 | 127 | 66 |
| Binary | 11010001 | 11110000 | 100010 | 1101 | 0 | 1010110 | 110 | 1000101 | 1010111 | 110110 |
Color Harmonies of #D1F022
Complementary color
Monochromatic Colors of #D1F022
Black with #D1F022
Text Example
Text Example
White with #D1F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F022; }
p { color: rgb(209,240,34); }
H1.HeaderClassName
{
color: #D1F022;
}
.AnyTagClassName
{
color: #D1F022;
}
</style>
background-color css
<style>
a { background-color: #D1F022; }
a { background-color: rgb(209,240,34); }
div.DivClassName
{
background-color: #D1F022;
}
.BgClassName
{
background-color: #D1F022;
}
</style>
border-color css
<style>
span { border-color: #D1F022; }
span { border-color: rgb(209,240,34); }
td.TdClassName
{
border-color: #D1F022;
}
.TagClassName
{
border-color: #D1F022;
}
</style>