Shades of Reef #D8FF8D
Tints of Reef #D8FF8D
RGB
CMYK
RGB Variations
Color information
#D8FF8D (or 0xD8FF8D) is known color: Reef. HEX triplet: D8, FF and 8D. RGB value is (216,255,141). Sum of RGB (Red+Green+Blue) = 216+255+141=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FF8D is #270072. Grayscale: #E6E6E6. Windows color (decimal): -2556019 or 9306072. OLE color: 9306072.
HSL color Cylindrical-coordinate representation of color #D8FF8D: hue angle of 80.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8FF8D is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 141 | - |
| CMYK | 0.15 | 0 | 0.45 | 0 |
| HSL | 80.53º | 1% | 0.78% | - |
| HSV(B) | 80.53º | 0.45% | 1% | - |
| XYZ | 68.89 | 88.04 | 38.56 | - |
| YUV | 230.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 141 | 0.15 | 0 | 0.45 | 0 | 80.53 | 1 | 0.78 |
| Hex | D8 | FF | 8D | F | 0 | 2D | 0 | 51 | 64 | 4E |
| Octal | 330 | 377 | 215 | 17 | 0 | 55 | 0 | 121 | 144 | 116 |
| Binary | 11011000 | 11111111 | 10001101 | 1111 | 0 | 101101 | 0 | 1010001 | 1100100 | 1001110 |
Color Harmonies of #D8FF8D
Complementary color
Monochromatic Colors of #D8FF8D
Black with #D8FF8D
Text Example
Text Example
White with #D8FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF8D; }
p { color: rgb(216,255,141); }
H1.HeaderClassName
{
color: #D8FF8D;
}
.AnyTagClassName
{
color: #D8FF8D;
}
</style>
background-color css
<style>
a { background-color: #D8FF8D; }
a { background-color: rgb(216,255,141); }
div.DivClassName
{
background-color: #D8FF8D;
}
.BgClassName
{
background-color: #D8FF8D;
}
</style>
border-color css
<style>
span { border-color: #D8FF8D; }
span { border-color: rgb(216,255,141); }
td.TdClassName
{
border-color: #D8FF8D;
}
.TagClassName
{
border-color: #D8FF8D;
}
</style>