Shades of Reef #D8FF8B
Tints of Reef #D8FF8B
RGB
CMYK
RGB Variations
Color information
#D8FF8B (or 0xD8FF8B) is known color: Reef. HEX triplet: D8, FF and 8B. RGB value is (216,255,139). Sum of RGB (Red+Green+Blue) = 216+255+139=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FF8B is #270074. Grayscale: #E6E6E6. Windows color (decimal): -2556021 or 9175000. OLE color: 9175000.
HSL color Cylindrical-coordinate representation of color #D8FF8B: hue angle of 80.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8FF8B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 139 | - |
| CMYK | 0.15 | 0 | 0.45 | 0 |
| HSL | 80.17º | 1% | 0.77% | - |
| HSV(B) | 80.17º | 0.45% | 1% | - |
| XYZ | 68.74 | 87.98 | 37.79 | - |
| YUV | 230.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 139 | 0.15 | 0 | 0.45 | 0 | 80.17 | 1 | 0.77 |
| Hex | D8 | FF | 8B | F | 0 | 2D | 0 | 50 | 64 | 4D |
| Octal | 330 | 377 | 213 | 17 | 0 | 55 | 0 | 120 | 144 | 115 |
| Binary | 11011000 | 11111111 | 10001011 | 1111 | 0 | 101101 | 0 | 1010000 | 1100100 | 1001101 |
Color Harmonies of #D8FF8B
Complementary color
Monochromatic Colors of #D8FF8B
Black with #D8FF8B
Text Example
Text Example
White with #D8FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF8B; }
p { color: rgb(216,255,139); }
H1.HeaderClassName
{
color: #D8FF8B;
}
.AnyTagClassName
{
color: #D8FF8B;
}
</style>
background-color css
<style>
a { background-color: #D8FF8B; }
a { background-color: rgb(216,255,139); }
div.DivClassName
{
background-color: #D8FF8B;
}
.BgClassName
{
background-color: #D8FF8B;
}
</style>
border-color css
<style>
span { border-color: #D8FF8B; }
span { border-color: rgb(216,255,139); }
td.TdClassName
{
border-color: #D8FF8B;
}
.TagClassName
{
border-color: #D8FF8B;
}
</style>