Shades of Reef #C0FF97
Tints of Reef #C0FF97
RGB
CMYK
RGB Variations
Color information
#C0FF97 (or 0xC0FF97) is known color: Reef. HEX triplet: C0, FF and 97. RGB value is (192,255,151). Sum of RGB (Red+Green+Blue) = 192+255+151=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF97 is #3F0068. Grayscale: #E0E0E0. Windows color (decimal): -4128873 or 9961408. OLE color: 9961408.
HSL color Cylindrical-coordinate representation of color #C0FF97: hue angle of 96.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0FF97 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 151 | - |
| CMYK | 0.25 | 0 | 0.41 | 0 |
| HSL | 96.35º | 1% | 0.8% | - |
| HSV(B) | 96.35º | 0.41% | 1% | - |
| XYZ | 63.08 | 84.96 | 42.35 | - |
| YUV | 224.31 | 86.63 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 151 | 0.25 | 0 | 0.41 | 0 | 96.35 | 1 | 0.8 |
| Hex | C0 | FF | 97 | 19 | 0 | 29 | 0 | 60 | 64 | 50 |
| Octal | 300 | 377 | 227 | 31 | 0 | 51 | 0 | 140 | 144 | 120 |
| Binary | 11000000 | 11111111 | 10010111 | 11001 | 0 | 101001 | 0 | 1100000 | 1100100 | 1010000 |
Color Harmonies of #C0FF97
Complementary color
Monochromatic Colors of #C0FF97
Black with #C0FF97
Text Example
Text Example
White with #C0FF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF97; }
p { color: rgb(192,255,151); }
H1.HeaderClassName
{
color: #C0FF97;
}
.AnyTagClassName
{
color: #C0FF97;
}
</style>
background-color css
<style>
a { background-color: #C0FF97; }
a { background-color: rgb(192,255,151); }
div.DivClassName
{
background-color: #C0FF97;
}
.BgClassName
{
background-color: #C0FF97;
}
</style>
border-color css
<style>
span { border-color: #C0FF97; }
span { border-color: rgb(192,255,151); }
td.TdClassName
{
border-color: #C0FF97;
}
.TagClassName
{
border-color: #C0FF97;
}
</style>