Shades of Reef #D7F2A2
Tints of Reef #D7F2A2
RGB
CMYK
RGB Variations
Color information
#D7F2A2 (or 0xD7F2A2) is known color: Reef. HEX triplet: D7, F2 and A2. RGB value is (215,242,162). Sum of RGB (Red+Green+Blue) = 215+242+162=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F2A2 is #280D5D. Grayscale: #E1E1E1. Windows color (decimal): -2624862 or 10678999. OLE color: 10678999.
HSL color Cylindrical-coordinate representation of color #D7F2A2: hue angle of 80.25º degrees, saturation: 0.75, 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 #D7F2A2 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 162 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.05 |
| HSL | 80.25º | 0.75% | 0.79% | - |
| HSV(B) | 80.25º | 0.33% | 0.95% | - |
| XYZ | 66.3 | 80.56 | 46.24 | - |
| YUV | 224.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 162 | 0.11 | 0 | 0.33 | 0.05 | 80.25 | 0.75 | 0.79 |
| Hex | D7 | F2 | A2 | B | 0 | 21 | 5 | 50 | 4B | 4F |
| Octal | 327 | 362 | 242 | 13 | 0 | 41 | 5 | 120 | 113 | 117 |
| Binary | 11010111 | 11110010 | 10100010 | 1011 | 0 | 100001 | 101 | 1010000 | 1001011 | 1001111 |
Color Harmonies of #D7F2A2
Complementary color
Monochromatic Colors of #D7F2A2
Black with #D7F2A2
Text Example
Text Example
White with #D7F2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2A2; }
p { color: rgb(215,242,162); }
H1.HeaderClassName
{
color: #D7F2A2;
}
.AnyTagClassName
{
color: #D7F2A2;
}
</style>
background-color css
<style>
a { background-color: #D7F2A2; }
a { background-color: rgb(215,242,162); }
div.DivClassName
{
background-color: #D7F2A2;
}
.BgClassName
{
background-color: #D7F2A2;
}
</style>
border-color css
<style>
span { border-color: #D7F2A2; }
span { border-color: rgb(215,242,162); }
td.TdClassName
{
border-color: #D7F2A2;
}
.TagClassName
{
border-color: #D7F2A2;
}
</style>