Shades of Reef #C6DF95
Tints of Reef #C6DF95
RGB
CMYK
RGB Variations
Color information
#C6DF95 (or 0xC6DF95) is known color: Reef. HEX triplet: C6, DF and 95. RGB value is (198,223,149). Sum of RGB (Red+Green+Blue) = 198+223+149=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DF95 is #39206A. Grayscale: #CFCFCF. Windows color (decimal): -3743851 or 9822150. OLE color: 9822150.
HSL color Cylindrical-coordinate representation of color #C6DF95: hue angle of 80.27º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6DF95 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 149 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.13 |
| HSL | 80.27º | 0.54% | 0.73% | - |
| HSV(B) | 80.27º | 0.33% | 0.87% | - |
| XYZ | 55.1 | 66.95 | 38.45 | - |
| YUV | 207.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 149 | 0.11 | 0 | 0.33 | 0.13 | 80.27 | 0.54 | 0.73 |
| Hex | C6 | DF | 95 | B | 0 | 21 | D | 50 | 36 | 49 |
| Octal | 306 | 337 | 225 | 13 | 0 | 41 | 15 | 120 | 66 | 111 |
| Binary | 11000110 | 11011111 | 10010101 | 1011 | 0 | 100001 | 1101 | 1010000 | 110110 | 1001001 |
Color Harmonies of #C6DF95
Complementary color
Monochromatic Colors of #C6DF95
Black with #C6DF95
Text Example
Text Example
White with #C6DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF95; }
p { color: rgb(198,223,149); }
H1.HeaderClassName
{
color: #C6DF95;
}
.AnyTagClassName
{
color: #C6DF95;
}
</style>
background-color css
<style>
a { background-color: #C6DF95; }
a { background-color: rgb(198,223,149); }
div.DivClassName
{
background-color: #C6DF95;
}
.BgClassName
{
background-color: #C6DF95;
}
</style>
border-color css
<style>
span { border-color: #C6DF95; }
span { border-color: rgb(198,223,149); }
td.TdClassName
{
border-color: #C6DF95;
}
.TagClassName
{
border-color: #C6DF95;
}
</style>