Shades of Reef #D7F395
Tints of Reef #D7F395
RGB
CMYK
RGB Variations
Color information
#D7F395 (or 0xD7F395) is known color: Reef. HEX triplet: D7, F3 and 95. RGB value is (215,243,149). Sum of RGB (Red+Green+Blue) = 215+243+149=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F395 is #280C6A. Grayscale: #E0E0E0. Windows color (decimal): -2624619 or 9827287. OLE color: 9827287.
HSL color Cylindrical-coordinate representation of color #D7F395: hue angle of 77.87º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7F395 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 149 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.05 |
| HSL | 77.87º | 0.8% | 0.77% | - |
| HSV(B) | 77.87º | 0.39% | 0.95% | - |
| XYZ | 65.5 | 80.72 | 40.56 | - |
| YUV | 223.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 149 | 0.12 | 0 | 0.39 | 0.05 | 77.87 | 0.8 | 0.77 |
| Hex | D7 | F3 | 95 | C | 0 | 27 | 5 | 4E | 50 | 4D |
| Octal | 327 | 363 | 225 | 14 | 0 | 47 | 5 | 116 | 120 | 115 |
| Binary | 11010111 | 11110011 | 10010101 | 1100 | 0 | 100111 | 101 | 1001110 | 1010000 | 1001101 |
Color Harmonies of #D7F395
Complementary color
Monochromatic Colors of #D7F395
Black with #D7F395
Text Example
Text Example
White with #D7F395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F395; }
p { color: rgb(215,243,149); }
H1.HeaderClassName
{
color: #D7F395;
}
.AnyTagClassName
{
color: #D7F395;
}
</style>
background-color css
<style>
a { background-color: #D7F395; }
a { background-color: rgb(215,243,149); }
div.DivClassName
{
background-color: #D7F395;
}
.BgClassName
{
background-color: #D7F395;
}
</style>
border-color css
<style>
span { border-color: #D7F395; }
span { border-color: rgb(215,243,149); }
td.TdClassName
{
border-color: #D7F395;
}
.TagClassName
{
border-color: #D7F395;
}
</style>