Shades of Pear #D1F142
Tints of Pear #D1F142
RGB
CMYK
RGB Variations
Color information
#D1F142 (or 0xD1F142) is known color: Pear. HEX triplet: D1, F1 and 42. RGB value is (209,241,66). Sum of RGB (Red+Green+Blue) = 209+241+66=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F142 is #2E0EBD. Grayscale: #D4D4D4. Windows color (decimal): -3018430 or 4387281. OLE color: 4387281.
HSL color Cylindrical-coordinate representation of color #D1F142: hue angle of 70.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1F142 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 66 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.05 |
| HSL | 70.97º | 0.86% | 0.6% | - |
| HSV(B) | 70.97º | 0.73% | 0.95% | - |
| XYZ | 58.73 | 76.86 | 16.89 | - |
| YUV | 211.48 | 45.9 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 66 | 0.13 | 0 | 0.73 | 0.05 | 70.97 | 0.86 | 0.6 |
| Hex | D1 | F1 | 42 | D | 0 | 49 | 5 | 47 | 56 | 3C |
| Octal | 321 | 361 | 102 | 15 | 0 | 111 | 5 | 107 | 126 | 74 |
| Binary | 11010001 | 11110001 | 1000010 | 1101 | 0 | 1001001 | 101 | 1000111 | 1010110 | 111100 |
Color Harmonies of #D1F142
Complementary color
Monochromatic Colors of #D1F142
Black with #D1F142
Text Example
Text Example
White with #D1F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F142; }
p { color: rgb(209,241,66); }
H1.HeaderClassName
{
color: #D1F142;
}
.AnyTagClassName
{
color: #D1F142;
}
</style>
background-color css
<style>
a { background-color: #D1F142; }
a { background-color: rgb(209,241,66); }
div.DivClassName
{
background-color: #D1F142;
}
.BgClassName
{
background-color: #D1F142;
}
</style>
border-color css
<style>
span { border-color: #D1F142; }
span { border-color: rgb(209,241,66); }
td.TdClassName
{
border-color: #D1F142;
}
.TagClassName
{
border-color: #D1F142;
}
</style>