Shades of Reef #D5FF9F
Tints of Reef #D5FF9F
RGB
CMYK
RGB Variations
Color information
#D5FF9F (or 0xD5FF9F) is known color: Reef. HEX triplet: D5, FF and 9F. RGB value is (213,255,159). Sum of RGB (Red+Green+Blue) = 213+255+159=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF9F is #2A0060. Grayscale: #E7E7E7. Windows color (decimal): -2752609 or 10485717. OLE color: 10485717.
HSL color Cylindrical-coordinate representation of color #D5FF9F: hue angle of 86.25º 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 #D5FF9F is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 159 | - |
| CMYK | 0.16 | 0 | 0.38 | 0 |
| HSL | 86.25º | 1% | 0.81% | - |
| HSV(B) | 86.25º | 0.38% | 1% | - |
| XYZ | 69.46 | 88.17 | 46.16 | - |
| YUV | 231.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 159 | 0.16 | 0 | 0.38 | 0 | 86.25 | 1 | 0.81 |
| Hex | D5 | FF | 9F | 10 | 0 | 26 | 0 | 56 | 64 | 51 |
| Octal | 325 | 377 | 237 | 20 | 0 | 46 | 0 | 126 | 144 | 121 |
| Binary | 11010101 | 11111111 | 10011111 | 10000 | 0 | 100110 | 0 | 1010110 | 1100100 | 1010001 |
Color Harmonies of #D5FF9F
Complementary color
Monochromatic Colors of #D5FF9F
Black with #D5FF9F
Text Example
Text Example
White with #D5FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF9F; }
p { color: rgb(213,255,159); }
H1.HeaderClassName
{
color: #D5FF9F;
}
.AnyTagClassName
{
color: #D5FF9F;
}
</style>
background-color css
<style>
a { background-color: #D5FF9F; }
a { background-color: rgb(213,255,159); }
div.DivClassName
{
background-color: #D5FF9F;
}
.BgClassName
{
background-color: #D5FF9F;
}
</style>
border-color css
<style>
span { border-color: #D5FF9F; }
span { border-color: rgb(213,255,159); }
td.TdClassName
{
border-color: #D5FF9F;
}
.TagClassName
{
border-color: #D5FF9F;
}
</style>