Shades of Reef #D7F2AC
Tints of Reef #D7F2AC
RGB
CMYK
RGB Variations
Color information
#D7F2AC (or 0xD7F2AC) is known color: Reef. HEX triplet: D7, F2 and AC. RGB value is (215,242,172). Sum of RGB (Red+Green+Blue) = 215+242+172=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F2AC is #280D53. Grayscale: #E2E2E2. Windows color (decimal): -2624852 or 11334359. OLE color: 11334359.
HSL color Cylindrical-coordinate representation of color #D7F2AC: hue angle of 83.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7F2AC is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 172 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.05 |
| HSL | 83.14º | 0.73% | 0.81% | - |
| HSV(B) | 83.14º | 0.29% | 0.95% | - |
| XYZ | 67.22 | 80.93 | 51.11 | - |
| YUV | 225.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 172 | 0.11 | 0 | 0.29 | 0.05 | 83.14 | 0.73 | 0.81 |
| Hex | D7 | F2 | AC | B | 0 | 1D | 5 | 53 | 49 | 51 |
| Octal | 327 | 362 | 254 | 13 | 0 | 35 | 5 | 123 | 111 | 121 |
| Binary | 11010111 | 11110010 | 10101100 | 1011 | 0 | 11101 | 101 | 1010011 | 1001001 | 1010001 |
Color Harmonies of #D7F2AC
Complementary color
Monochromatic Colors of #D7F2AC
Black with #D7F2AC
Text Example
Text Example
White with #D7F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2AC; }
p { color: rgb(215,242,172); }
H1.HeaderClassName
{
color: #D7F2AC;
}
.AnyTagClassName
{
color: #D7F2AC;
}
</style>
background-color css
<style>
a { background-color: #D7F2AC; }
a { background-color: rgb(215,242,172); }
div.DivClassName
{
background-color: #D7F2AC;
}
.BgClassName
{
background-color: #D7F2AC;
}
</style>
border-color css
<style>
span { border-color: #D7F2AC; }
span { border-color: rgb(215,242,172); }
td.TdClassName
{
border-color: #D7F2AC;
}
.TagClassName
{
border-color: #D7F2AC;
}
</style>