Shades of Reef #D7FBA0
Tints of Reef #D7FBA0
RGB
CMYK
RGB Variations
Color information
#D7FBA0 (or 0xD7FBA0) is known color: Reef. HEX triplet: D7, FB and A0. RGB value is (215,251,160). Sum of RGB (Red+Green+Blue) = 215+251+160=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FBA0 is #28045F. Grayscale: #E6E6E6. Windows color (decimal): -2622560 or 10550231. OLE color: 10550231.
HSL color Cylindrical-coordinate representation of color #D7FBA0: hue angle of 83.74º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7FBA0 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 251 | 160 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.02 |
| HSL | 83.74º | 0.92% | 0.81% | - |
| HSV(B) | 83.74º | 0.36% | 0.98% | - |
| XYZ | 68.87 | 85.98 | 46.22 | - |
| YUV | 229.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 251 | 160 | 0.14 | 0 | 0.36 | 0.02 | 83.74 | 0.92 | 0.81 |
| Hex | D7 | FB | A0 | E | 0 | 24 | 2 | 54 | 5C | 51 |
| Octal | 327 | 373 | 240 | 16 | 0 | 44 | 2 | 124 | 134 | 121 |
| Binary | 11010111 | 11111011 | 10100000 | 1110 | 0 | 100100 | 10 | 1010100 | 1011100 | 1010001 |
Color Harmonies of #D7FBA0
Complementary color
Monochromatic Colors of #D7FBA0
Black with #D7FBA0
Text Example
Text Example
White with #D7FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FBA0; }
p { color: rgb(215,251,160); }
H1.HeaderClassName
{
color: #D7FBA0;
}
.AnyTagClassName
{
color: #D7FBA0;
}
</style>
background-color css
<style>
a { background-color: #D7FBA0; }
a { background-color: rgb(215,251,160); }
div.DivClassName
{
background-color: #D7FBA0;
}
.BgClassName
{
background-color: #D7FBA0;
}
</style>
border-color css
<style>
span { border-color: #D7FBA0; }
span { border-color: rgb(215,251,160); }
td.TdClassName
{
border-color: #D7FBA0;
}
.TagClassName
{
border-color: #D7FBA0;
}
</style>