Shades of Reef #C6F296
Tints of Reef #C6F296
RGB
CMYK
RGB Variations
Color information
#C6F296 (or 0xC6F296) is known color: Reef. HEX triplet: C6, F2 and 96. RGB value is (198,242,150). Sum of RGB (Red+Green+Blue) = 198+242+150=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F296 is #390D69. Grayscale: #DADADA. Windows color (decimal): -3738986 or 9892550. OLE color: 9892550.
HSL color Cylindrical-coordinate representation of color #C6F296: hue angle of 88.7º 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 #C6F296 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 150 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.05 |
| HSL | 88.7º | 0.78% | 0.77% | - |
| HSV(B) | 88.7º | 0.38% | 0.95% | - |
| XYZ | 60.55 | 77.71 | 40.66 | - |
| YUV | 218.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 150 | 0.18 | 0 | 0.38 | 0.05 | 88.7 | 0.78 | 0.77 |
| Hex | C6 | F2 | 96 | 12 | 0 | 26 | 5 | 59 | 4E | 4D |
| Octal | 306 | 362 | 226 | 22 | 0 | 46 | 5 | 131 | 116 | 115 |
| Binary | 11000110 | 11110010 | 10010110 | 10010 | 0 | 100110 | 101 | 1011001 | 1001110 | 1001101 |
Color Harmonies of #C6F296
Complementary color
Monochromatic Colors of #C6F296
Black with #C6F296
Text Example
Text Example
White with #C6F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F296; }
p { color: rgb(198,242,150); }
H1.HeaderClassName
{
color: #C6F296;
}
.AnyTagClassName
{
color: #C6F296;
}
</style>
background-color css
<style>
a { background-color: #C6F296; }
a { background-color: rgb(198,242,150); }
div.DivClassName
{
background-color: #C6F296;
}
.BgClassName
{
background-color: #C6F296;
}
</style>
border-color css
<style>
span { border-color: #C6F296; }
span { border-color: rgb(198,242,150); }
td.TdClassName
{
border-color: #C6F296;
}
.TagClassName
{
border-color: #C6F296;
}
</style>