Shades of Reef #D5FF9E
Tints of Reef #D5FF9E
RGB
CMYK
RGB Variations
Color information
#D5FF9E (or 0xD5FF9E) is known color: Reef. HEX triplet: D5, FF and 9E. RGB value is (213,255,158). Sum of RGB (Red+Green+Blue) = 213+255+158=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF9E is #2A0061. Grayscale: #E7E7E7. Windows color (decimal): -2752610 or 10420181. OLE color: 10420181.
HSL color Cylindrical-coordinate representation of color #D5FF9E: hue angle of 85.98º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5FF9E is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 158 | - |
| CMYK | 0.16 | 0 | 0.38 | 0 |
| HSL | 85.98º | 1% | 0.81% | - |
| HSV(B) | 85.98º | 0.38% | 1% | - |
| XYZ | 69.37 | 88.13 | 45.7 | - |
| YUV | 231.38 | 86.59 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 158 | 0.16 | 0 | 0.38 | 0 | 85.98 | 1 | 0.81 |
| Hex | D5 | FF | 9E | 10 | 0 | 26 | 0 | 56 | 64 | 51 |
| Octal | 325 | 377 | 236 | 20 | 0 | 46 | 0 | 126 | 144 | 121 |
| Binary | 11010101 | 11111111 | 10011110 | 10000 | 0 | 100110 | 0 | 1010110 | 1100100 | 1010001 |
Color Harmonies of #D5FF9E
Complementary color
Monochromatic Colors of #D5FF9E
Black with #D5FF9E
Text Example
Text Example
White with #D5FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF9E; }
p { color: rgb(213,255,158); }
H1.HeaderClassName
{
color: #D5FF9E;
}
.AnyTagClassName
{
color: #D5FF9E;
}
</style>
background-color css
<style>
a { background-color: #D5FF9E; }
a { background-color: rgb(213,255,158); }
div.DivClassName
{
background-color: #D5FF9E;
}
.BgClassName
{
background-color: #D5FF9E;
}
</style>
border-color css
<style>
span { border-color: #D5FF9E; }
span { border-color: rgb(213,255,158); }
td.TdClassName
{
border-color: #D5FF9E;
}
.TagClassName
{
border-color: #D5FF9E;
}
</style>