Shades of Reef #D1FE96
Tints of Reef #D1FE96
RGB
CMYK
RGB Variations
Color information
#D1FE96 (or 0xD1FE96) is known color: Reef. HEX triplet: D1, FE and 96. RGB value is (209,254,150). Sum of RGB (Red+Green+Blue) = 209+254+150=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FE96 is #2E0169. Grayscale: #E5E5E5. Windows color (decimal): -3015018 or 9895633. OLE color: 9895633.
HSL color Cylindrical-coordinate representation of color #D1FE96: hue angle of 85.96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1FE96 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 150 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.00 |
| HSL | 85.96º | 0.98% | 0.79% | - |
| HSV(B) | 85.96º | 0.41% | 1% | - |
| XYZ | 67.24 | 86.64 | 42.03 | - |
| YUV | 228.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 150 | 0.18 | 0 | 0.41 | 0.00 | 85.96 | 0.98 | 0.79 |
| Hex | D1 | FE | 96 | 12 | 0 | 29 | 0 | 56 | 62 | 4F |
| Octal | 321 | 376 | 226 | 22 | 0 | 51 | 0 | 126 | 142 | 117 |
| Binary | 11010001 | 11111110 | 10010110 | 10010 | 0 | 101001 | 0 | 1010110 | 1100010 | 1001111 |
Color Harmonies of #D1FE96
Complementary color
Monochromatic Colors of #D1FE96
Black with #D1FE96
Text Example
Text Example
White with #D1FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE96; }
p { color: rgb(209,254,150); }
H1.HeaderClassName
{
color: #D1FE96;
}
.AnyTagClassName
{
color: #D1FE96;
}
</style>
background-color css
<style>
a { background-color: #D1FE96; }
a { background-color: rgb(209,254,150); }
div.DivClassName
{
background-color: #D1FE96;
}
.BgClassName
{
background-color: #D1FE96;
}
</style>
border-color css
<style>
span { border-color: #D1FE96; }
span { border-color: rgb(209,254,150); }
td.TdClassName
{
border-color: #D1FE96;
}
.TagClassName
{
border-color: #D1FE96;
}
</style>