Shades of Pear #D1F139
Tints of Pear #D1F139
RGB
CMYK
RGB Variations
Color information
#D1F139 (or 0xD1F139) is known color: Pear. HEX triplet: D1, F1 and 39. RGB value is (209,241,57). Sum of RGB (Red+Green+Blue) = 209+241+57=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 57 (22.66% from 255 or 11.24% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F139 is #2E0EC6. Grayscale: #D3D3D3. Windows color (decimal): -3018439 or 3797457. OLE color: 3797457.
HSL color Cylindrical-coordinate representation of color #D1F139: hue angle of 70.43º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1F139 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 57 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.05 |
| HSL | 70.43º | 0.87% | 0.58% | - |
| HSV(B) | 70.43º | 0.76% | 0.95% | - |
| XYZ | 58.49 | 76.76 | 15.6 | - |
| YUV | 210.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 57 | 0.13 | 0 | 0.76 | 0.05 | 70.43 | 0.87 | 0.58 |
| Hex | D1 | F1 | 39 | D | 0 | 4C | 5 | 46 | 57 | 3A |
| Octal | 321 | 361 | 71 | 15 | 0 | 114 | 5 | 106 | 127 | 72 |
| Binary | 11010001 | 11110001 | 111001 | 1101 | 0 | 1001100 | 101 | 1000110 | 1010111 | 111010 |
Color Harmonies of #D1F139
Complementary color
Monochromatic Colors of #D1F139
Black with #D1F139
Text Example
Text Example
White with #D1F139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F139; }
p { color: rgb(209,241,57); }
H1.HeaderClassName
{
color: #D1F139;
}
.AnyTagClassName
{
color: #D1F139;
}
</style>
background-color css
<style>
a { background-color: #D1F139; }
a { background-color: rgb(209,241,57); }
div.DivClassName
{
background-color: #D1F139;
}
.BgClassName
{
background-color: #D1F139;
}
</style>
border-color css
<style>
span { border-color: #D1F139; }
span { border-color: rgb(209,241,57); }
td.TdClassName
{
border-color: #D1F139;
}
.TagClassName
{
border-color: #D1F139;
}
</style>