Shades of Reef #D5FF91
Tints of Reef #D5FF91
RGB
CMYK
RGB Variations
Color information
#D5FF91 (or 0xD5FF91) is known color: Reef. HEX triplet: D5, FF and 91. RGB value is (213,255,145). Sum of RGB (Red+Green+Blue) = 213+255+145=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF91 is #2A006E. Grayscale: #E6E6E6. Windows color (decimal): -2752623 or 9568213. OLE color: 9568213.
HSL color Cylindrical-coordinate representation of color #D5FF91: hue angle of 82.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5FF91 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 145 | - |
| CMYK | 0.16 | 0 | 0.43 | 0 |
| HSL | 82.91º | 1% | 0.78% | - |
| HSV(B) | 82.91º | 0.43% | 1% | - |
| XYZ | 68.31 | 87.71 | 40.12 | - |
| YUV | 229.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 145 | 0.16 | 0 | 0.43 | 0 | 82.91 | 1 | 0.78 |
| Hex | D5 | FF | 91 | 10 | 0 | 2B | 0 | 53 | 64 | 4E |
| Octal | 325 | 377 | 221 | 20 | 0 | 53 | 0 | 123 | 144 | 116 |
| Binary | 11010101 | 11111111 | 10010001 | 10000 | 0 | 101011 | 0 | 1010011 | 1100100 | 1001110 |
Color Harmonies of #D5FF91
Complementary color
Monochromatic Colors of #D5FF91
Black with #D5FF91
Text Example
Text Example
White with #D5FF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF91; }
p { color: rgb(213,255,145); }
H1.HeaderClassName
{
color: #D5FF91;
}
.AnyTagClassName
{
color: #D5FF91;
}
</style>
background-color css
<style>
a { background-color: #D5FF91; }
a { background-color: rgb(213,255,145); }
div.DivClassName
{
background-color: #D5FF91;
}
.BgClassName
{
background-color: #D5FF91;
}
</style>
border-color css
<style>
span { border-color: #D5FF91; }
span { border-color: rgb(213,255,145); }
td.TdClassName
{
border-color: #D5FF91;
}
.TagClassName
{
border-color: #D5FF91;
}
</style>