Shades of Reef #D5FF8D
Tints of Reef #D5FF8D
RGB
CMYK
RGB Variations
Color information
#D5FF8D (or 0xD5FF8D) is known color: Reef. HEX triplet: D5, FF and 8D. RGB value is (213,255,141). Sum of RGB (Red+Green+Blue) = 213+255+141=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF8D is #2A0072. Grayscale: #E5E5E5. Windows color (decimal): -2752627 or 9306069. OLE color: 9306069.
HSL color Cylindrical-coordinate representation of color #D5FF8D: hue angle of 82.11º 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 #D5FF8D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 141 | - |
| CMYK | 0.16 | 0 | 0.45 | 0 |
| HSL | 82.11º | 1% | 0.78% | - |
| HSV(B) | 82.11º | 0.45% | 1% | - |
| XYZ | 68.01 | 87.59 | 38.52 | - |
| YUV | 229.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 141 | 0.16 | 0 | 0.45 | 0 | 82.11 | 1 | 0.78 |
| Hex | D5 | FF | 8D | 10 | 0 | 2D | 0 | 52 | 64 | 4E |
| Octal | 325 | 377 | 215 | 20 | 0 | 55 | 0 | 122 | 144 | 116 |
| Binary | 11010101 | 11111111 | 10001101 | 10000 | 0 | 101101 | 0 | 1010010 | 1100100 | 1001110 |
Color Harmonies of #D5FF8D
Complementary color
Monochromatic Colors of #D5FF8D
Black with #D5FF8D
Text Example
Text Example
White with #D5FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF8D; }
p { color: rgb(213,255,141); }
H1.HeaderClassName
{
color: #D5FF8D;
}
.AnyTagClassName
{
color: #D5FF8D;
}
</style>
background-color css
<style>
a { background-color: #D5FF8D; }
a { background-color: rgb(213,255,141); }
div.DivClassName
{
background-color: #D5FF8D;
}
.BgClassName
{
background-color: #D5FF8D;
}
</style>
border-color css
<style>
span { border-color: #D5FF8D; }
span { border-color: rgb(213,255,141); }
td.TdClassName
{
border-color: #D5FF8D;
}
.TagClassName
{
border-color: #D5FF8D;
}
</style>