Shades of Reef #D7F296
Tints of Reef #D7F296
RGB
CMYK
RGB Variations
Color information
#D7F296 (or 0xD7F296) is known color: Reef. HEX triplet: D7, F2 and 96. RGB value is (215,242,150). Sum of RGB (Red+Green+Blue) = 215+242+150=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F296 is #280D69. Grayscale: #DFDFDF. Windows color (decimal): -2624874 or 9892567. OLE color: 9892567.
HSL color Cylindrical-coordinate representation of color #D7F296: hue angle of 77.61º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7F296 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 150 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.05 |
| HSL | 77.61º | 0.78% | 0.77% | - |
| HSV(B) | 77.61º | 0.38% | 0.95% | - |
| XYZ | 65.28 | 80.15 | 40.88 | - |
| YUV | 223.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 150 | 0.11 | 0 | 0.38 | 0.05 | 77.61 | 0.78 | 0.77 |
| Hex | D7 | F2 | 96 | B | 0 | 26 | 5 | 4E | 4E | 4D |
| Octal | 327 | 362 | 226 | 13 | 0 | 46 | 5 | 116 | 116 | 115 |
| Binary | 11010111 | 11110010 | 10010110 | 1011 | 0 | 100110 | 101 | 1001110 | 1001110 | 1001101 |
Color Harmonies of #D7F296
Complementary color
Monochromatic Colors of #D7F296
Black with #D7F296
Text Example
Text Example
White with #D7F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F296; }
p { color: rgb(215,242,150); }
H1.HeaderClassName
{
color: #D7F296;
}
.AnyTagClassName
{
color: #D7F296;
}
</style>
background-color css
<style>
a { background-color: #D7F296; }
a { background-color: rgb(215,242,150); }
div.DivClassName
{
background-color: #D7F296;
}
.BgClassName
{
background-color: #D7F296;
}
</style>
border-color css
<style>
span { border-color: #D7F296; }
span { border-color: rgb(215,242,150); }
td.TdClassName
{
border-color: #D7F296;
}
.TagClassName
{
border-color: #D7F296;
}
</style>