Shades of Reef #C6F294
Tints of Reef #C6F294
RGB
CMYK
RGB Variations
Color information
#C6F294 (or 0xC6F294) is known color: Reef. HEX triplet: C6, F2 and 94. RGB value is (198,242,148). Sum of RGB (Red+Green+Blue) = 198+242+148=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F294 is #390D6B. Grayscale: #DADADA. Windows color (decimal): -3738988 or 9761478. OLE color: 9761478.
HSL color Cylindrical-coordinate representation of color #C6F294: hue angle of 88.09º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6F294 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 148 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.05 |
| HSL | 88.09º | 0.78% | 0.76% | - |
| HSV(B) | 88.09º | 0.39% | 0.95% | - |
| XYZ | 60.39 | 77.65 | 39.82 | - |
| YUV | 218.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 148 | 0.18 | 0 | 0.39 | 0.05 | 88.09 | 0.78 | 0.76 |
| Hex | C6 | F2 | 94 | 12 | 0 | 27 | 5 | 58 | 4E | 4C |
| Octal | 306 | 362 | 224 | 22 | 0 | 47 | 5 | 130 | 116 | 114 |
| Binary | 11000110 | 11110010 | 10010100 | 10010 | 0 | 100111 | 101 | 1011000 | 1001110 | 1001100 |
Color Harmonies of #C6F294
Complementary color
Monochromatic Colors of #C6F294
Black with #C6F294
Text Example
Text Example
White with #C6F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F294; }
p { color: rgb(198,242,148); }
H1.HeaderClassName
{
color: #C6F294;
}
.AnyTagClassName
{
color: #C6F294;
}
</style>
background-color css
<style>
a { background-color: #C6F294; }
a { background-color: rgb(198,242,148); }
div.DivClassName
{
background-color: #C6F294;
}
.BgClassName
{
background-color: #C6F294;
}
</style>
border-color css
<style>
span { border-color: #C6F294; }
span { border-color: rgb(198,242,148); }
td.TdClassName
{
border-color: #C6F294;
}
.TagClassName
{
border-color: #C6F294;
}
</style>