Shades of Reef #D6F2A1
Tints of Reef #D6F2A1
RGB
CMYK
RGB Variations
Color information
#D6F2A1 (or 0xD6F2A1) is known color: Reef. HEX triplet: D6, F2 and A1. RGB value is (214,242,161). Sum of RGB (Red+Green+Blue) = 214+242+161=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F2A1 is #290D5E. Grayscale: #E0E0E0. Windows color (decimal): -2690399 or 10613462. OLE color: 10613462.
HSL color Cylindrical-coordinate representation of color #D6F2A1: hue angle of 80.74º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6F2A1 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 161 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.05 |
| HSL | 80.74º | 0.76% | 0.79% | - |
| HSV(B) | 80.74º | 0.33% | 0.95% | - |
| XYZ | 65.92 | 80.37 | 45.76 | - |
| YUV | 224.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 161 | 0.12 | 0 | 0.33 | 0.05 | 80.74 | 0.76 | 0.79 |
| Hex | D6 | F2 | A1 | C | 0 | 21 | 5 | 51 | 4C | 4F |
| Octal | 326 | 362 | 241 | 14 | 0 | 41 | 5 | 121 | 114 | 117 |
| Binary | 11010110 | 11110010 | 10100001 | 1100 | 0 | 100001 | 101 | 1010001 | 1001100 | 1001111 |
Color Harmonies of #D6F2A1
Complementary color
Monochromatic Colors of #D6F2A1
Black with #D6F2A1
Text Example
Text Example
White with #D6F2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2A1; }
p { color: rgb(214,242,161); }
H1.HeaderClassName
{
color: #D6F2A1;
}
.AnyTagClassName
{
color: #D6F2A1;
}
</style>
background-color css
<style>
a { background-color: #D6F2A1; }
a { background-color: rgb(214,242,161); }
div.DivClassName
{
background-color: #D6F2A1;
}
.BgClassName
{
background-color: #D6F2A1;
}
</style>
border-color css
<style>
span { border-color: #D6F2A1; }
span { border-color: rgb(214,242,161); }
td.TdClassName
{
border-color: #D6F2A1;
}
.TagClassName
{
border-color: #D6F2A1;
}
</style>