Shades of Pear #D1FF28
Tints of Pear #D1FF28
RGB
CMYK
RGB Variations
Color information
#D1FF28 (or 0xD1FF28) is known color: Pear. HEX triplet: D1, FF and 28. RGB value is (209,255,40). Sum of RGB (Red+Green+Blue) = 209+255+40=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FF28 is #2E00D7. Grayscale: #D9D9D9. Windows color (decimal): -3014872 or 2686929. OLE color: 2686929.
HSL color Cylindrical-coordinate representation of color #D1FF28: hue angle of 72.84º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1FF28 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 40 | - |
| CMYK | 0.18 | 0 | 0.84 | 0 |
| HSL | 72.84º | 1% | 0.58% | - |
| HSV(B) | 72.84º | 0.84% | 1% | - |
| XYZ | 62.44 | 85.23 | 15.17 | - |
| YUV | 216.74 | 28.26 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 40 | 0.18 | 0 | 0.84 | 0 | 72.84 | 1 | 0.58 |
| Hex | D1 | FF | 28 | 12 | 0 | 54 | 0 | 49 | 64 | 3A |
| Octal | 321 | 377 | 50 | 22 | 0 | 124 | 0 | 111 | 144 | 72 |
| Binary | 11010001 | 11111111 | 101000 | 10010 | 0 | 1010100 | 0 | 1001001 | 1100100 | 111010 |
Color Harmonies of #D1FF28
Complementary color
Monochromatic Colors of #D1FF28
Black with #D1FF28
Text Example
Text Example
White with #D1FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF28; }
p { color: rgb(209,255,40); }
H1.HeaderClassName
{
color: #D1FF28;
}
.AnyTagClassName
{
color: #D1FF28;
}
</style>
background-color css
<style>
a { background-color: #D1FF28; }
a { background-color: rgb(209,255,40); }
div.DivClassName
{
background-color: #D1FF28;
}
.BgClassName
{
background-color: #D1FF28;
}
</style>
border-color css
<style>
span { border-color: #D1FF28; }
span { border-color: rgb(209,255,40); }
td.TdClassName
{
border-color: #D1FF28;
}
.TagClassName
{
border-color: #D1FF28;
}
</style>