Shades of Reef #D1FB91
Tints of Reef #D1FB91
RGB
CMYK
RGB Variations
Color information
#D1FB91 (or 0xD1FB91) is known color: Reef. HEX triplet: D1, FB and 91. RGB value is (209,251,145). Sum of RGB (Red+Green+Blue) = 209+251+145=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB91 is #2E046E. Grayscale: #E2E2E2. Windows color (decimal): -3015791 or 9567185. OLE color: 9567185.
HSL color Cylindrical-coordinate representation of color #D1FB91: hue angle of 83.77º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1FB91 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 145 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.02 |
| HSL | 83.77º | 0.93% | 0.78% | - |
| HSV(B) | 83.77º | 0.42% | 0.98% | - |
| XYZ | 65.9 | 84.59 | 39.64 | - |
| YUV | 226.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 145 | 0.17 | 0 | 0.42 | 0.02 | 83.77 | 0.93 | 0.78 |
| Hex | D1 | FB | 91 | 11 | 0 | 2A | 2 | 54 | 5D | 4E |
| Octal | 321 | 373 | 221 | 21 | 0 | 52 | 2 | 124 | 135 | 116 |
| Binary | 11010001 | 11111011 | 10010001 | 10001 | 0 | 101010 | 10 | 1010100 | 1011101 | 1001110 |
Color Harmonies of #D1FB91
Complementary color
Monochromatic Colors of #D1FB91
Black with #D1FB91
Text Example
Text Example
White with #D1FB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB91; }
p { color: rgb(209,251,145); }
H1.HeaderClassName
{
color: #D1FB91;
}
.AnyTagClassName
{
color: #D1FB91;
}
</style>
background-color css
<style>
a { background-color: #D1FB91; }
a { background-color: rgb(209,251,145); }
div.DivClassName
{
background-color: #D1FB91;
}
.BgClassName
{
background-color: #D1FB91;
}
</style>
border-color css
<style>
span { border-color: #D1FB91; }
span { border-color: rgb(209,251,145); }
td.TdClassName
{
border-color: #D1FB91;
}
.TagClassName
{
border-color: #D1FB91;
}
</style>