Shades of Reef #D5FFA0
Tints of Reef #D5FFA0
RGB
CMYK
RGB Variations
Color information
#D5FFA0 (or 0xD5FFA0) is known color: Reef. HEX triplet: D5, FF and A0. RGB value is (213,255,160). Sum of RGB (Red+Green+Blue) = 213+255+160=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFA0 is #2A005F. Grayscale: #E7E7E7. Windows color (decimal): -2752608 or 10551253. OLE color: 10551253.
HSL color Cylindrical-coordinate representation of color #D5FFA0: hue angle of 86.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5FFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 160 | - |
| CMYK | 0.16 | 0 | 0.37 | 0 |
| HSL | 86.53º | 1% | 0.81% | - |
| HSV(B) | 86.53º | 0.37% | 1% | - |
| XYZ | 69.55 | 88.2 | 46.62 | - |
| YUV | 231.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 160 | 0.16 | 0 | 0.37 | 0 | 86.53 | 1 | 0.81 |
| Hex | D5 | FF | A0 | 10 | 0 | 25 | 0 | 57 | 64 | 51 |
| Octal | 325 | 377 | 240 | 20 | 0 | 45 | 0 | 127 | 144 | 121 |
| Binary | 11010101 | 11111111 | 10100000 | 10000 | 0 | 100101 | 0 | 1010111 | 1100100 | 1010001 |
Color Harmonies of #D5FFA0
Complementary color
Monochromatic Colors of #D5FFA0
Black with #D5FFA0
Text Example
Text Example
White with #D5FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFA0; }
p { color: rgb(213,255,160); }
H1.HeaderClassName
{
color: #D5FFA0;
}
.AnyTagClassName
{
color: #D5FFA0;
}
</style>
background-color css
<style>
a { background-color: #D5FFA0; }
a { background-color: rgb(213,255,160); }
div.DivClassName
{
background-color: #D5FFA0;
}
.BgClassName
{
background-color: #D5FFA0;
}
</style>
border-color css
<style>
span { border-color: #D5FFA0; }
span { border-color: rgb(213,255,160); }
td.TdClassName
{
border-color: #D5FFA0;
}
.TagClassName
{
border-color: #D5FFA0;
}
</style>