Shades of Pear #D1F128
Tints of Pear #D1F128
RGB
CMYK
RGB Variations
Color information
#D1F128 (or 0xD1F128) is known color: Pear. HEX triplet: D1, F1 and 28. RGB value is (209,241,40). Sum of RGB (Red+Green+Blue) = 209+241+40=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F128 is #2E0ED7. Grayscale: #D1D1D1. Windows color (decimal): -3018456 or 2683345. OLE color: 2683345.
HSL color Cylindrical-coordinate representation of color #D1F128: hue angle of 69.55º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1F128 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 40 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.05 |
| HSL | 69.55º | 0.88% | 0.55% | - |
| HSV(B) | 69.55º | 0.83% | 0.95% | - |
| XYZ | 58.13 | 76.62 | 13.73 | - |
| YUV | 208.52 | 32.9 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 40 | 0.13 | 0 | 0.83 | 0.05 | 69.55 | 0.88 | 0.55 |
| Hex | D1 | F1 | 28 | D | 0 | 53 | 5 | 46 | 58 | 37 |
| Octal | 321 | 361 | 50 | 15 | 0 | 123 | 5 | 106 | 130 | 67 |
| Binary | 11010001 | 11110001 | 101000 | 1101 | 0 | 1010011 | 101 | 1000110 | 1011000 | 110111 |
Color Harmonies of #D1F128
Complementary color
Monochromatic Colors of #D1F128
Black with #D1F128
Text Example
Text Example
White with #D1F128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F128; }
p { color: rgb(209,241,40); }
H1.HeaderClassName
{
color: #D1F128;
}
.AnyTagClassName
{
color: #D1F128;
}
</style>
background-color css
<style>
a { background-color: #D1F128; }
a { background-color: rgb(209,241,40); }
div.DivClassName
{
background-color: #D1F128;
}
.BgClassName
{
background-color: #D1F128;
}
</style>
border-color css
<style>
span { border-color: #D1F128; }
span { border-color: rgb(209,241,40); }
td.TdClassName
{
border-color: #D1F128;
}
.TagClassName
{
border-color: #D1F128;
}
</style>