Shades of Reef #D7F0A4
Tints of Reef #D7F0A4
RGB
CMYK
RGB Variations
Color information
#D7F0A4 (or 0xD7F0A4) is known color: Reef. HEX triplet: D7, F0 and A4. RGB value is (215,240,164). Sum of RGB (Red+Green+Blue) = 215+240+164=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F0A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F0A4 is #280F5B. Grayscale: #E0E0E0. Windows color (decimal): -2625372 or 10809559. OLE color: 10809559.
HSL color Cylindrical-coordinate representation of color #D7F0A4: hue angle of 79.74º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7F0A4 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 164 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.06 |
| HSL | 79.74º | 0.72% | 0.79% | - |
| HSV(B) | 79.74º | 0.32% | 0.94% | - |
| XYZ | 65.89 | 79.45 | 46.98 | - |
| YUV | 223.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 164 | 0.10 | 0 | 0.32 | 0.06 | 79.74 | 0.72 | 0.79 |
| Hex | D7 | F0 | A4 | A | 0 | 20 | 6 | 50 | 48 | 4F |
| Octal | 327 | 360 | 244 | 12 | 0 | 40 | 6 | 120 | 110 | 117 |
| Binary | 11010111 | 11110000 | 10100100 | 1010 | 0 | 100000 | 110 | 1010000 | 1001000 | 1001111 |
Color Harmonies of #D7F0A4
Complementary color
Monochromatic Colors of #D7F0A4
Black with #D7F0A4
Text Example
Text Example
White with #D7F0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0A4; }
p { color: rgb(215,240,164); }
H1.HeaderClassName
{
color: #D7F0A4;
}
.AnyTagClassName
{
color: #D7F0A4;
}
</style>
background-color css
<style>
a { background-color: #D7F0A4; }
a { background-color: rgb(215,240,164); }
div.DivClassName
{
background-color: #D7F0A4;
}
.BgClassName
{
background-color: #D7F0A4;
}
</style>
border-color css
<style>
span { border-color: #D7F0A4; }
span { border-color: rgb(215,240,164); }
td.TdClassName
{
border-color: #D7F0A4;
}
.TagClassName
{
border-color: #D7F0A4;
}
</style>