Shades of Reef #C6FF9A
Tints of Reef #C6FF9A
RGB
CMYK
RGB Variations
Color information
#C6FF9A (or 0xC6FF9A) is known color: Reef. HEX triplet: C6, FF and 9A. RGB value is (198,255,154). Sum of RGB (Red+Green+Blue) = 198+255+154=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FF9A is #390065. Grayscale: #E2E2E2. Windows color (decimal): -3735654 or 10158022. OLE color: 10158022.
HSL color Cylindrical-coordinate representation of color #C6FF9A: hue angle of 93.86º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6FF9A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 154 | - |
| CMYK | 0.22 | 0 | 0.40 | 0 |
| HSL | 93.86º | 1% | 0.8% | - |
| HSV(B) | 93.86º | 0.4% | 1% | - |
| XYZ | 64.88 | 85.86 | 43.72 | - |
| YUV | 226.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 154 | 0.22 | 0 | 0.40 | 0 | 93.86 | 1 | 0.8 |
| Hex | C6 | FF | 9A | 16 | 0 | 28 | 0 | 5E | 64 | 50 |
| Octal | 306 | 377 | 232 | 26 | 0 | 50 | 0 | 136 | 144 | 120 |
| Binary | 11000110 | 11111111 | 10011010 | 10110 | 0 | 101000 | 0 | 1011110 | 1100100 | 1010000 |
Color Harmonies of #C6FF9A
Complementary color
Monochromatic Colors of #C6FF9A
Black with #C6FF9A
Text Example
Text Example
White with #C6FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF9A; }
p { color: rgb(198,255,154); }
H1.HeaderClassName
{
color: #C6FF9A;
}
.AnyTagClassName
{
color: #C6FF9A;
}
</style>
background-color css
<style>
a { background-color: #C6FF9A; }
a { background-color: rgb(198,255,154); }
div.DivClassName
{
background-color: #C6FF9A;
}
.BgClassName
{
background-color: #C6FF9A;
}
</style>
border-color css
<style>
span { border-color: #C6FF9A; }
span { border-color: rgb(198,255,154); }
td.TdClassName
{
border-color: #C6FF9A;
}
.TagClassName
{
border-color: #C6FF9A;
}
</style>