Shades of Reef #D5FFAB
Tints of Reef #D5FFAB
RGB
CMYK
RGB Variations
Color information
#D5FFAB (or 0xD5FFAB) is known color: Reef. HEX triplet: D5, FF and AB. RGB value is (213,255,171). Sum of RGB (Red+Green+Blue) = 213+255+171=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFAB is #2A0054. Grayscale: #E9E9E9. Windows color (decimal): -2752597 or 11272149. OLE color: 11272149.
HSL color Cylindrical-coordinate representation of color #D5FFAB: hue angle of 90º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5FFAB is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 171 | - |
| CMYK | 0.16 | 0 | 0.33 | 0 |
| HSL | 90º | 1% | 0.84% | - |
| HSV(B) | 90º | 0.33% | 1% | - |
| XYZ | 70.55 | 88.61 | 51.91 | - |
| YUV | 232.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 171 | 0.16 | 0 | 0.33 | 0 | 90 | 1 | 0.84 |
| Hex | D5 | FF | AB | 10 | 0 | 21 | 0 | 5A | 64 | 54 |
| Octal | 325 | 377 | 253 | 20 | 0 | 41 | 0 | 132 | 144 | 124 |
| Binary | 11010101 | 11111111 | 10101011 | 10000 | 0 | 100001 | 0 | 1011010 | 1100100 | 1010100 |
Color Harmonies of #D5FFAB
Complementary color
Monochromatic Colors of #D5FFAB
Black with #D5FFAB
Text Example
Text Example
White with #D5FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFAB; }
p { color: rgb(213,255,171); }
H1.HeaderClassName
{
color: #D5FFAB;
}
.AnyTagClassName
{
color: #D5FFAB;
}
</style>
background-color css
<style>
a { background-color: #D5FFAB; }
a { background-color: rgb(213,255,171); }
div.DivClassName
{
background-color: #D5FFAB;
}
.BgClassName
{
background-color: #D5FFAB;
}
</style>
border-color css
<style>
span { border-color: #D5FFAB; }
span { border-color: rgb(213,255,171); }
td.TdClassName
{
border-color: #D5FFAB;
}
.TagClassName
{
border-color: #D5FFAB;
}
</style>