Shades of Reef #D1EC96
Tints of Reef #D1EC96
RGB
CMYK
RGB Variations
Color information
#D1EC96 (or 0xD1EC96) is known color: Reef. HEX triplet: D1, EC and 96. RGB value is (209,236,150). Sum of RGB (Red+Green+Blue) = 209+236+150=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EC96 is #2E1369. Grayscale: #DADADA. Windows color (decimal): -3019626 or 9891025. OLE color: 9891025.
HSL color Cylindrical-coordinate representation of color #D1EC96: hue angle of 78.84º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1EC96 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 150 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.07 |
| HSL | 78.84º | 0.69% | 0.76% | - |
| HSV(B) | 78.84º | 0.36% | 0.93% | - |
| XYZ | 61.79 | 75.75 | 40.22 | - |
| YUV | 218.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 150 | 0.11 | 0 | 0.36 | 0.07 | 78.84 | 0.69 | 0.76 |
| Hex | D1 | EC | 96 | B | 0 | 24 | 7 | 4F | 45 | 4C |
| Octal | 321 | 354 | 226 | 13 | 0 | 44 | 7 | 117 | 105 | 114 |
| Binary | 11010001 | 11101100 | 10010110 | 1011 | 0 | 100100 | 111 | 1001111 | 1000101 | 1001100 |
Color Harmonies of #D1EC96
Complementary color
Monochromatic Colors of #D1EC96
Black with #D1EC96
Text Example
Text Example
White with #D1EC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC96; }
p { color: rgb(209,236,150); }
H1.HeaderClassName
{
color: #D1EC96;
}
.AnyTagClassName
{
color: #D1EC96;
}
</style>
background-color css
<style>
a { background-color: #D1EC96; }
a { background-color: rgb(209,236,150); }
div.DivClassName
{
background-color: #D1EC96;
}
.BgClassName
{
background-color: #D1EC96;
}
</style>
border-color css
<style>
span { border-color: #D1EC96; }
span { border-color: rgb(209,236,150); }
td.TdClassName
{
border-color: #D1EC96;
}
.TagClassName
{
border-color: #D1EC96;
}
</style>