Shades of Pear #D1F042
Tints of Pear #D1F042
RGB
CMYK
RGB Variations
Color information
#D1F042 (or 0xD1F042) is known color: Pear. HEX triplet: D1, F0 and 42. RGB value is (209,240,66). Sum of RGB (Red+Green+Blue) = 209+240+66=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F042 is #2E0FBD. Grayscale: #D3D3D3. Windows color (decimal): -3018686 or 4387025. OLE color: 4387025.
HSL color Cylindrical-coordinate representation of color #D1F042: hue angle of 70.69º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1F042 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 66 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.06 |
| HSL | 70.69º | 0.85% | 0.6% | - |
| HSV(B) | 70.69º | 0.73% | 0.94% | - |
| XYZ | 58.44 | 76.27 | 16.8 | - |
| YUV | 210.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 66 | 0.13 | 0 | 0.72 | 0.06 | 70.69 | 0.85 | 0.6 |
| Hex | D1 | F0 | 42 | D | 0 | 48 | 6 | 47 | 55 | 3C |
| Octal | 321 | 360 | 102 | 15 | 0 | 110 | 6 | 107 | 125 | 74 |
| Binary | 11010001 | 11110000 | 1000010 | 1101 | 0 | 1001000 | 110 | 1000111 | 1010101 | 111100 |
Color Harmonies of #D1F042
Complementary color
Monochromatic Colors of #D1F042
Black with #D1F042
Text Example
Text Example
White with #D1F042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F042; }
p { color: rgb(209,240,66); }
H1.HeaderClassName
{
color: #D1F042;
}
.AnyTagClassName
{
color: #D1F042;
}
</style>
background-color css
<style>
a { background-color: #D1F042; }
a { background-color: rgb(209,240,66); }
div.DivClassName
{
background-color: #D1F042;
}
.BgClassName
{
background-color: #D1F042;
}
</style>
border-color css
<style>
span { border-color: #D1F042; }
span { border-color: rgb(209,240,66); }
td.TdClassName
{
border-color: #D1F042;
}
.TagClassName
{
border-color: #D1F042;
}
</style>