Shades of Reef #D8F295
Tints of Reef #D8F295
RGB
CMYK
RGB Variations
Color information
#D8F295 (or 0xD8F295) is known color: Reef. HEX triplet: D8, F2 and 95. RGB value is (216,242,149). Sum of RGB (Red+Green+Blue) = 216+242+149=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F295 is #270D6A. Grayscale: #DFDFDF. Windows color (decimal): -2559339 or 9827032. OLE color: 9827032.
HSL color Cylindrical-coordinate representation of color #D8F295: hue angle of 76.77º 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 #D8F295 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 149 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.05 |
| HSL | 76.77º | 0.78% | 0.77% | - |
| HSV(B) | 76.77º | 0.38% | 0.95% | - |
| XYZ | 65.5 | 80.27 | 40.48 | - |
| YUV | 223.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 149 | 0.11 | 0 | 0.38 | 0.05 | 76.77 | 0.78 | 0.77 |
| Hex | D8 | F2 | 95 | B | 0 | 26 | 5 | 4D | 4E | 4D |
| Octal | 330 | 362 | 225 | 13 | 0 | 46 | 5 | 115 | 116 | 115 |
| Binary | 11011000 | 11110010 | 10010101 | 1011 | 0 | 100110 | 101 | 1001101 | 1001110 | 1001101 |
Color Harmonies of #D8F295
Complementary color
Monochromatic Colors of #D8F295
Black with #D8F295
Text Example
Text Example
White with #D8F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F295; }
p { color: rgb(216,242,149); }
H1.HeaderClassName
{
color: #D8F295;
}
.AnyTagClassName
{
color: #D8F295;
}
</style>
background-color css
<style>
a { background-color: #D8F295; }
a { background-color: rgb(216,242,149); }
div.DivClassName
{
background-color: #D8F295;
}
.BgClassName
{
background-color: #D8F295;
}
</style>
border-color css
<style>
span { border-color: #D8F295; }
span { border-color: rgb(216,242,149); }
td.TdClassName
{
border-color: #D8F295;
}
.TagClassName
{
border-color: #D8F295;
}
</style>