Shades of Reef #D1FA96
Tints of Reef #D1FA96
RGB
CMYK
RGB Variations
Color information
#D1FA96 (or 0xD1FA96) is known color: Reef. HEX triplet: D1, FA and 96. RGB value is (209,250,150). Sum of RGB (Red+Green+Blue) = 209+250+150=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA96 is #2E0569. Grayscale: #E2E2E2. Windows color (decimal): -3016042 or 9894609. OLE color: 9894609.
HSL color Cylindrical-coordinate representation of color #D1FA96: hue angle of 84.6º degrees, saturation: 0.91, 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 #D1FA96 is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 150 | - |
| CMYK | 0.16 | 0 | 0.4 | 0.02 |
| HSL | 84.6º | 0.91% | 0.78% | - |
| HSV(B) | 84.6º | 0.4% | 0.98% | - |
| XYZ | 65.99 | 84.13 | 41.61 | - |
| YUV | 226.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 150 | 0.16 | 0 | 0.4 | 0.02 | 84.6 | 0.91 | 0.78 |
| Hex | D1 | FA | 96 | 10 | 0 | 28 | 2 | 55 | 5B | 4E |
| Octal | 321 | 372 | 226 | 20 | 0 | 50 | 2 | 125 | 133 | 116 |
| Binary | 11010001 | 11111010 | 10010110 | 10000 | 0 | 101000 | 10 | 1010101 | 1011011 | 1001110 |
Color Harmonies of #D1FA96
Complementary color
Monochromatic Colors of #D1FA96
Black with #D1FA96
Text Example
Text Example
White with #D1FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA96; }
p { color: rgb(209,250,150); }
H1.HeaderClassName
{
color: #D1FA96;
}
.AnyTagClassName
{
color: #D1FA96;
}
</style>
background-color css
<style>
a { background-color: #D1FA96; }
a { background-color: rgb(209,250,150); }
div.DivClassName
{
background-color: #D1FA96;
}
.BgClassName
{
background-color: #D1FA96;
}
</style>
border-color css
<style>
span { border-color: #D1FA96; }
span { border-color: rgb(209,250,150); }
td.TdClassName
{
border-color: #D1FA96;
}
.TagClassName
{
border-color: #D1FA96;
}
</style>