Shades of Reef #D7F1A0
Tints of Reef #D7F1A0
RGB
CMYK
RGB Variations
Color information
#D7F1A0 (or 0xD7F1A0) is known color: Reef. HEX triplet: D7, F1 and A0. RGB value is (215,241,160). Sum of RGB (Red+Green+Blue) = 215+241+160=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F1A0 is #280E5F. Grayscale: #E0E0E0. Windows color (decimal): -2625120 or 10547671. OLE color: 10547671.
HSL color Cylindrical-coordinate representation of color #D7F1A0: hue angle of 79.26º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7F1A0 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 160 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.05 |
| HSL | 79.26º | 0.74% | 0.79% | - |
| HSV(B) | 79.26º | 0.34% | 0.95% | - |
| XYZ | 65.82 | 79.9 | 45.21 | - |
| YUV | 223.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 160 | 0.11 | 0 | 0.34 | 0.05 | 79.26 | 0.74 | 0.79 |
| Hex | D7 | F1 | A0 | B | 0 | 22 | 5 | 4F | 4A | 4F |
| Octal | 327 | 361 | 240 | 13 | 0 | 42 | 5 | 117 | 112 | 117 |
| Binary | 11010111 | 11110001 | 10100000 | 1011 | 0 | 100010 | 101 | 1001111 | 1001010 | 1001111 |
Color Harmonies of #D7F1A0
Complementary color
Monochromatic Colors of #D7F1A0
Black with #D7F1A0
Text Example
Text Example
White with #D7F1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F1A0; }
p { color: rgb(215,241,160); }
H1.HeaderClassName
{
color: #D7F1A0;
}
.AnyTagClassName
{
color: #D7F1A0;
}
</style>
background-color css
<style>
a { background-color: #D7F1A0; }
a { background-color: rgb(215,241,160); }
div.DivClassName
{
background-color: #D7F1A0;
}
.BgClassName
{
background-color: #D7F1A0;
}
</style>
border-color css
<style>
span { border-color: #D7F1A0; }
span { border-color: rgb(215,241,160); }
td.TdClassName
{
border-color: #D7F1A0;
}
.TagClassName
{
border-color: #D7F1A0;
}
</style>