Shades of Reef #D8F1A0
Tints of Reef #D8F1A0
RGB
CMYK
RGB Variations
Color information
#D8F1A0 (or 0xD8F1A0) is known color: Reef. HEX triplet: D8, F1 and A0. RGB value is (216,241,160). Sum of RGB (Red+Green+Blue) = 216+241+160=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F1A0 is #270E5F. Grayscale: #E0E0E0. Windows color (decimal): -2559584 or 10547672. OLE color: 10547672.
HSL color Cylindrical-coordinate representation of color #D8F1A0: hue angle of 78.52º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8F1A0 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 160 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.05 |
| HSL | 78.52º | 0.74% | 0.79% | - |
| HSV(B) | 78.52º | 0.34% | 0.95% | - |
| XYZ | 66.12 | 80.05 | 45.22 | - |
| YUV | 224.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 160 | 0.10 | 0 | 0.34 | 0.05 | 78.52 | 0.74 | 0.79 |
| Hex | D8 | F1 | A0 | A | 0 | 22 | 5 | 4F | 4A | 4F |
| Octal | 330 | 361 | 240 | 12 | 0 | 42 | 5 | 117 | 112 | 117 |
| Binary | 11011000 | 11110001 | 10100000 | 1010 | 0 | 100010 | 101 | 1001111 | 1001010 | 1001111 |
Color Harmonies of #D8F1A0
Complementary color
Monochromatic Colors of #D8F1A0
Black with #D8F1A0
Text Example
Text Example
White with #D8F1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F1A0; }
p { color: rgb(216,241,160); }
H1.HeaderClassName
{
color: #D8F1A0;
}
.AnyTagClassName
{
color: #D8F1A0;
}
</style>
background-color css
<style>
a { background-color: #D8F1A0; }
a { background-color: rgb(216,241,160); }
div.DivClassName
{
background-color: #D8F1A0;
}
.BgClassName
{
background-color: #D8F1A0;
}
</style>
border-color css
<style>
span { border-color: #D8F1A0; }
span { border-color: rgb(216,241,160); }
td.TdClassName
{
border-color: #D8F1A0;
}
.TagClassName
{
border-color: #D8F1A0;
}
</style>