Shades of Reef #D5F0A6
Tints of Reef #D5F0A6
RGB
CMYK
RGB Variations
Color information
#D5F0A6 (or 0xD5F0A6) is known color: Reef. HEX triplet: D5, F0 and A6. RGB value is (213,240,166). Sum of RGB (Red+Green+Blue) = 213+240+166=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 166 (65.23% from 255 or 26.82% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F0A6 is #2A0F59. Grayscale: #DFDFDF. Windows color (decimal): -2756442 or 10940629. OLE color: 10940629.
HSL color Cylindrical-coordinate representation of color #D5F0A6: hue angle of 81.89º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5F0A6 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 166 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.06 |
| HSL | 81.89º | 0.71% | 0.8% | - |
| HSV(B) | 81.89º | 0.31% | 0.94% | - |
| XYZ | 65.48 | 79.22 | 47.92 | - |
| YUV | 223.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 166 | 0.11 | 0 | 0.31 | 0.06 | 81.89 | 0.71 | 0.8 |
| Hex | D5 | F0 | A6 | B | 0 | 1F | 6 | 52 | 47 | 50 |
| Octal | 325 | 360 | 246 | 13 | 0 | 37 | 6 | 122 | 107 | 120 |
| Binary | 11010101 | 11110000 | 10100110 | 1011 | 0 | 11111 | 110 | 1010010 | 1000111 | 1010000 |
Color Harmonies of #D5F0A6
Complementary color
Monochromatic Colors of #D5F0A6
Black with #D5F0A6
Text Example
Text Example
White with #D5F0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0A6; }
p { color: rgb(213,240,166); }
H1.HeaderClassName
{
color: #D5F0A6;
}
.AnyTagClassName
{
color: #D5F0A6;
}
</style>
background-color css
<style>
a { background-color: #D5F0A6; }
a { background-color: rgb(213,240,166); }
div.DivClassName
{
background-color: #D5F0A6;
}
.BgClassName
{
background-color: #D5F0A6;
}
</style>
border-color css
<style>
span { border-color: #D5F0A6; }
span { border-color: rgb(213,240,166); }
td.TdClassName
{
border-color: #D5F0A6;
}
.TagClassName
{
border-color: #D5F0A6;
}
</style>