Shades of Reef #D7F0AF
Tints of Reef #D7F0AF
RGB
CMYK
RGB Variations
Color information
#D7F0AF (or 0xD7F0AF) is known color: Reef. HEX triplet: D7, F0 and AF. RGB value is (215,240,175). Sum of RGB (Red+Green+Blue) = 215+240+175=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F0AF is #280F50. Grayscale: #E1E1E1. Windows color (decimal): -2625361 or 11530455. OLE color: 11530455.
HSL color Cylindrical-coordinate representation of color #D7F0AF: hue angle of 83.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7F0AF is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 175 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.06 |
| HSL | 83.08º | 0.68% | 0.81% | - |
| HSV(B) | 83.08º | 0.27% | 0.94% | - |
| XYZ | 66.92 | 79.86 | 52.45 | - |
| YUV | 225.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 175 | 0.10 | 0 | 0.27 | 0.06 | 83.08 | 0.68 | 0.81 |
| Hex | D7 | F0 | AF | A | 0 | 1B | 6 | 53 | 44 | 51 |
| Octal | 327 | 360 | 257 | 12 | 0 | 33 | 6 | 123 | 104 | 121 |
| Binary | 11010111 | 11110000 | 10101111 | 1010 | 0 | 11011 | 110 | 1010011 | 1000100 | 1010001 |
Color Harmonies of #D7F0AF
Complementary color
Monochromatic Colors of #D7F0AF
Black with #D7F0AF
Text Example
Text Example
White with #D7F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0AF; }
p { color: rgb(215,240,175); }
H1.HeaderClassName
{
color: #D7F0AF;
}
.AnyTagClassName
{
color: #D7F0AF;
}
</style>
background-color css
<style>
a { background-color: #D7F0AF; }
a { background-color: rgb(215,240,175); }
div.DivClassName
{
background-color: #D7F0AF;
}
.BgClassName
{
background-color: #D7F0AF;
}
</style>
border-color css
<style>
span { border-color: #D7F0AF; }
span { border-color: rgb(215,240,175); }
td.TdClassName
{
border-color: #D7F0AF;
}
.TagClassName
{
border-color: #D7F0AF;
}
</style>