Shades of Reef #D1FB96
Tints of Reef #D1FB96
RGB
CMYK
RGB Variations
Color information
#D1FB96 (or 0xD1FB96) is known color: Reef. HEX triplet: D1, FB and 96. RGB value is (209,251,150). Sum of RGB (Red+Green+Blue) = 209+251+150=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB96 is #2E0469. Grayscale: #E3E3E3. Windows color (decimal): -3015786 or 9894865. OLE color: 9894865.
HSL color Cylindrical-coordinate representation of color #D1FB96: hue angle of 84.95º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1FB96 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 150 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.02 |
| HSL | 84.95º | 0.93% | 0.79% | - |
| HSV(B) | 84.95º | 0.4% | 0.98% | - |
| XYZ | 66.3 | 84.75 | 41.72 | - |
| YUV | 226.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 150 | 0.17 | 0 | 0.40 | 0.02 | 84.95 | 0.93 | 0.79 |
| Hex | D1 | FB | 96 | 11 | 0 | 28 | 2 | 55 | 5D | 4F |
| Octal | 321 | 373 | 226 | 21 | 0 | 50 | 2 | 125 | 135 | 117 |
| Binary | 11010001 | 11111011 | 10010110 | 10001 | 0 | 101000 | 10 | 1010101 | 1011101 | 1001111 |
Color Harmonies of #D1FB96
Complementary color
Monochromatic Colors of #D1FB96
Black with #D1FB96
Text Example
Text Example
White with #D1FB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB96; }
p { color: rgb(209,251,150); }
H1.HeaderClassName
{
color: #D1FB96;
}
.AnyTagClassName
{
color: #D1FB96;
}
</style>
background-color css
<style>
a { background-color: #D1FB96; }
a { background-color: rgb(209,251,150); }
div.DivClassName
{
background-color: #D1FB96;
}
.BgClassName
{
background-color: #D1FB96;
}
</style>
border-color css
<style>
span { border-color: #D1FB96; }
span { border-color: rgb(209,251,150); }
td.TdClassName
{
border-color: #D1FB96;
}
.TagClassName
{
border-color: #D1FB96;
}
</style>