Shades of Reef #C6DC95
Tints of Reef #C6DC95
RGB
CMYK
RGB Variations
Color information
#C6DC95 (or 0xC6DC95) is known color: Reef. HEX triplet: C6, DC and 95. RGB value is (198,220,149). Sum of RGB (Red+Green+Blue) = 198+220+149=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC95 is #39236A. Grayscale: #CDCDCD. Windows color (decimal): -3744619 or 9821382. OLE color: 9821382.
HSL color Cylindrical-coordinate representation of color #C6DC95: hue angle of 78.59º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6DC95 is Cyan = 0.1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 149 | - |
| CMYK | 0.1 | 0 | 0.32 | 0.14 |
| HSL | 78.59º | 0.5% | 0.72% | - |
| HSV(B) | 78.59º | 0.32% | 0.86% | - |
| XYZ | 54.31 | 65.36 | 38.19 | - |
| YUV | 205.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 149 | 0.1 | 0 | 0.32 | 0.14 | 78.59 | 0.5 | 0.72 |
| Hex | C6 | DC | 95 | A | 0 | 20 | E | 4F | 32 | 48 |
| Octal | 306 | 334 | 225 | 12 | 0 | 40 | 16 | 117 | 62 | 110 |
| Binary | 11000110 | 11011100 | 10010101 | 1010 | 0 | 100000 | 1110 | 1001111 | 110010 | 1001000 |
Color Harmonies of #C6DC95
Complementary color
Monochromatic Colors of #C6DC95
Black with #C6DC95
Text Example
Text Example
White with #C6DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC95; }
p { color: rgb(198,220,149); }
H1.HeaderClassName
{
color: #C6DC95;
}
.AnyTagClassName
{
color: #C6DC95;
}
</style>
background-color css
<style>
a { background-color: #C6DC95; }
a { background-color: rgb(198,220,149); }
div.DivClassName
{
background-color: #C6DC95;
}
.BgClassName
{
background-color: #C6DC95;
}
</style>
border-color css
<style>
span { border-color: #C6DC95; }
span { border-color: rgb(198,220,149); }
td.TdClassName
{
border-color: #C6DC95;
}
.TagClassName
{
border-color: #C6DC95;
}
</style>