Shades of Reef #D5FF8F
Tints of Reef #D5FF8F
RGB
CMYK
RGB Variations
Color information
#D5FF8F (or 0xD5FF8F) is known color: Reef. HEX triplet: D5, FF and 8F. RGB value is (213,255,143). Sum of RGB (Red+Green+Blue) = 213+255+143=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF8F is #2A0070. Grayscale: #E6E6E6. Windows color (decimal): -2752625 or 9437141. OLE color: 9437141.
HSL color Cylindrical-coordinate representation of color #D5FF8F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5FF8F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 143 | - |
| CMYK | 0.16 | 0 | 0.44 | 0 |
| HSL | 82.5º | 1% | 0.78% | - |
| HSV(B) | 82.5º | 0.44% | 1% | - |
| XYZ | 68.16 | 87.65 | 39.31 | - |
| YUV | 229.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 143 | 0.16 | 0 | 0.44 | 0 | 82.5 | 1 | 0.78 |
| Hex | D5 | FF | 8F | 10 | 0 | 2C | 0 | 52 | 64 | 4E |
| Octal | 325 | 377 | 217 | 20 | 0 | 54 | 0 | 122 | 144 | 116 |
| Binary | 11010101 | 11111111 | 10001111 | 10000 | 0 | 101100 | 0 | 1010010 | 1100100 | 1001110 |
Color Harmonies of #D5FF8F
Complementary color
Monochromatic Colors of #D5FF8F
Black with #D5FF8F
Text Example
Text Example
White with #D5FF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF8F; }
p { color: rgb(213,255,143); }
H1.HeaderClassName
{
color: #D5FF8F;
}
.AnyTagClassName
{
color: #D5FF8F;
}
</style>
background-color css
<style>
a { background-color: #D5FF8F; }
a { background-color: rgb(213,255,143); }
div.DivClassName
{
background-color: #D5FF8F;
}
.BgClassName
{
background-color: #D5FF8F;
}
</style>
border-color css
<style>
span { border-color: #D5FF8F; }
span { border-color: rgb(213,255,143); }
td.TdClassName
{
border-color: #D5FF8F;
}
.TagClassName
{
border-color: #D5FF8F;
}
</style>