Shades of Reef #D1FF95
Tints of Reef #D1FF95
RGB
CMYK
RGB Variations
Color information
#D1FF95 (or 0xD1FF95) is known color: Reef. HEX triplet: D1, FF and 95. RGB value is (209,255,149). Sum of RGB (Red+Green+Blue) = 209+255+149=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FF95 is #2E006A. Grayscale: #E5E5E5. Windows color (decimal): -3014763 or 9830353. OLE color: 9830353.
HSL color Cylindrical-coordinate representation of color #D1FF95: hue angle of 86.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1FF95 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 149 | - |
| CMYK | 0.18 | 0 | 0.42 | 0 |
| HSL | 86.04º | 1% | 0.79% | - |
| HSV(B) | 86.04º | 0.42% | 1% | - |
| XYZ | 67.48 | 87.25 | 41.72 | - |
| YUV | 229.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 149 | 0.18 | 0 | 0.42 | 0 | 86.04 | 1 | 0.79 |
| Hex | D1 | FF | 95 | 12 | 0 | 2A | 0 | 56 | 64 | 4F |
| Octal | 321 | 377 | 225 | 22 | 0 | 52 | 0 | 126 | 144 | 117 |
| Binary | 11010001 | 11111111 | 10010101 | 10010 | 0 | 101010 | 0 | 1010110 | 1100100 | 1001111 |
Color Harmonies of #D1FF95
Complementary color
Monochromatic Colors of #D1FF95
Black with #D1FF95
Text Example
Text Example
White with #D1FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF95; }
p { color: rgb(209,255,149); }
H1.HeaderClassName
{
color: #D1FF95;
}
.AnyTagClassName
{
color: #D1FF95;
}
</style>
background-color css
<style>
a { background-color: #D1FF95; }
a { background-color: rgb(209,255,149); }
div.DivClassName
{
background-color: #D1FF95;
}
.BgClassName
{
background-color: #D1FF95;
}
</style>
border-color css
<style>
span { border-color: #D1FF95; }
span { border-color: rgb(209,255,149); }
td.TdClassName
{
border-color: #D1FF95;
}
.TagClassName
{
border-color: #D1FF95;
}
</style>