Shades of Reef #D6F595
Tints of Reef #D6F595
RGB
CMYK
RGB Variations
Color information
#D6F595 (or 0xD6F595) is known color: Reef. HEX triplet: D6, F5 and 95. RGB value is (214,245,149). Sum of RGB (Red+Green+Blue) = 214+245+149=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F595 is #290A6A. Grayscale: #E1E1E1. Windows color (decimal): -2689643 or 9827798. OLE color: 9827798.
HSL color Cylindrical-coordinate representation of color #D6F595: hue angle of 79.38º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6F595 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 149 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.04 |
| HSL | 79.38º | 0.83% | 0.77% | - |
| HSV(B) | 79.38º | 0.39% | 0.96% | - |
| XYZ | 65.81 | 81.77 | 40.75 | - |
| YUV | 224.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 149 | 0.13 | 0 | 0.39 | 0.04 | 79.38 | 0.83 | 0.77 |
| Hex | D6 | F5 | 95 | D | 0 | 27 | 4 | 4F | 53 | 4D |
| Octal | 326 | 365 | 225 | 15 | 0 | 47 | 4 | 117 | 123 | 115 |
| Binary | 11010110 | 11110101 | 10010101 | 1101 | 0 | 100111 | 100 | 1001111 | 1010011 | 1001101 |
Color Harmonies of #D6F595
Complementary color
Monochromatic Colors of #D6F595
Black with #D6F595
Text Example
Text Example
White with #D6F595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F595; }
p { color: rgb(214,245,149); }
H1.HeaderClassName
{
color: #D6F595;
}
.AnyTagClassName
{
color: #D6F595;
}
</style>
background-color css
<style>
a { background-color: #D6F595; }
a { background-color: rgb(214,245,149); }
div.DivClassName
{
background-color: #D6F595;
}
.BgClassName
{
background-color: #D6F595;
}
</style>
border-color css
<style>
span { border-color: #D6F595; }
span { border-color: rgb(214,245,149); }
td.TdClassName
{
border-color: #D6F595;
}
.TagClassName
{
border-color: #D6F595;
}
</style>