Shades of Reef #D1F996
Tints of Reef #D1F996
RGB
CMYK
RGB Variations
Color information
#D1F996 (or 0xD1F996) is known color: Reef. HEX triplet: D1, F9 and 96. RGB value is (209,249,150). Sum of RGB (Red+Green+Blue) = 209+249+150=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F996 is #2E0669. Grayscale: #E2E2E2. Windows color (decimal): -3016298 or 9894353. OLE color: 9894353.
HSL color Cylindrical-coordinate representation of color #D1F996: hue angle of 84.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1F996 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 150 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.02 |
| HSL | 84.24º | 0.89% | 0.78% | - |
| HSV(B) | 84.24º | 0.4% | 0.98% | - |
| XYZ | 65.68 | 83.51 | 41.51 | - |
| YUV | 225.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 150 | 0.16 | 0 | 0.40 | 0.02 | 84.24 | 0.89 | 0.78 |
| Hex | D1 | F9 | 96 | 10 | 0 | 28 | 2 | 54 | 59 | 4E |
| Octal | 321 | 371 | 226 | 20 | 0 | 50 | 2 | 124 | 131 | 116 |
| Binary | 11010001 | 11111001 | 10010110 | 10000 | 0 | 101000 | 10 | 1010100 | 1011001 | 1001110 |
Color Harmonies of #D1F996
Complementary color
Monochromatic Colors of #D1F996
Black with #D1F996
Text Example
Text Example
White with #D1F996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F996; }
p { color: rgb(209,249,150); }
H1.HeaderClassName
{
color: #D1F996;
}
.AnyTagClassName
{
color: #D1F996;
}
</style>
background-color css
<style>
a { background-color: #D1F996; }
a { background-color: rgb(209,249,150); }
div.DivClassName
{
background-color: #D1F996;
}
.BgClassName
{
background-color: #D1F996;
}
</style>
border-color css
<style>
span { border-color: #D1F996; }
span { border-color: rgb(209,249,150); }
td.TdClassName
{
border-color: #D1F996;
}
.TagClassName
{
border-color: #D1F996;
}
</style>