Shades of Reef #D8FBA0
Tints of Reef #D8FBA0
RGB
CMYK
RGB Variations
Color information
#D8FBA0 (or 0xD8FBA0) is known color: Reef. HEX triplet: D8, FB and A0. RGB value is (216,251,160). Sum of RGB (Red+Green+Blue) = 216+251+160=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FBA0 is #27045F. Grayscale: #E6E6E6. Windows color (decimal): -2557024 or 10550232. OLE color: 10550232.
HSL color Cylindrical-coordinate representation of color #D8FBA0: hue angle of 83.08º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8FBA0 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 160 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.02 |
| HSL | 83.08º | 0.92% | 0.81% | - |
| HSV(B) | 83.08º | 0.36% | 0.98% | - |
| XYZ | 69.16 | 86.13 | 46.24 | - |
| YUV | 230.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 160 | 0.14 | 0 | 0.36 | 0.02 | 83.08 | 0.92 | 0.81 |
| Hex | D8 | FB | A0 | E | 0 | 24 | 2 | 53 | 5C | 51 |
| Octal | 330 | 373 | 240 | 16 | 0 | 44 | 2 | 123 | 134 | 121 |
| Binary | 11011000 | 11111011 | 10100000 | 1110 | 0 | 100100 | 10 | 1010011 | 1011100 | 1010001 |
Color Harmonies of #D8FBA0
Complementary color
Monochromatic Colors of #D8FBA0
Black with #D8FBA0
Text Example
Text Example
White with #D8FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FBA0; }
p { color: rgb(216,251,160); }
H1.HeaderClassName
{
color: #D8FBA0;
}
.AnyTagClassName
{
color: #D8FBA0;
}
</style>
background-color css
<style>
a { background-color: #D8FBA0; }
a { background-color: rgb(216,251,160); }
div.DivClassName
{
background-color: #D8FBA0;
}
.BgClassName
{
background-color: #D8FBA0;
}
</style>
border-color css
<style>
span { border-color: #D8FBA0; }
span { border-color: rgb(216,251,160); }
td.TdClassName
{
border-color: #D8FBA0;
}
.TagClassName
{
border-color: #D8FBA0;
}
</style>