Shades of Reef #D5FFA1
Tints of Reef #D5FFA1
RGB
CMYK
RGB Variations
Color information
#D5FFA1 (or 0xD5FFA1) is known color: Reef. HEX triplet: D5, FF and A1. RGB value is (213,255,161). Sum of RGB (Red+Green+Blue) = 213+255+161=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFA1 is #2A005E. Grayscale: #E8E8E8. Windows color (decimal): -2752607 or 10616789. OLE color: 10616789.
HSL color Cylindrical-coordinate representation of color #D5FFA1: hue angle of 86.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5FFA1 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 161 | - |
| CMYK | 0.16 | 0 | 0.37 | 0 |
| HSL | 86.81º | 1% | 0.82% | - |
| HSV(B) | 86.81º | 0.37% | 1% | - |
| XYZ | 69.63 | 88.24 | 47.08 | - |
| YUV | 231.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 161 | 0.16 | 0 | 0.37 | 0 | 86.81 | 1 | 0.82 |
| Hex | D5 | FF | A1 | 10 | 0 | 25 | 0 | 57 | 64 | 52 |
| Octal | 325 | 377 | 241 | 20 | 0 | 45 | 0 | 127 | 144 | 122 |
| Binary | 11010101 | 11111111 | 10100001 | 10000 | 0 | 100101 | 0 | 1010111 | 1100100 | 1010010 |
Color Harmonies of #D5FFA1
Complementary color
Monochromatic Colors of #D5FFA1
Black with #D5FFA1
Text Example
Text Example
White with #D5FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFA1; }
p { color: rgb(213,255,161); }
H1.HeaderClassName
{
color: #D5FFA1;
}
.AnyTagClassName
{
color: #D5FFA1;
}
</style>
background-color css
<style>
a { background-color: #D5FFA1; }
a { background-color: rgb(213,255,161); }
div.DivClassName
{
background-color: #D5FFA1;
}
.BgClassName
{
background-color: #D5FFA1;
}
</style>
border-color css
<style>
span { border-color: #D5FFA1; }
span { border-color: rgb(213,255,161); }
td.TdClassName
{
border-color: #D5FFA1;
}
.TagClassName
{
border-color: #D5FFA1;
}
</style>