Shades of Reef #C0F697
Tints of Reef #C0F697
RGB
CMYK
RGB Variations
Color information
#C0F697 (or 0xC0F697) is known color: Reef. HEX triplet: C0, F6 and 97. RGB value is (192,246,151). Sum of RGB (Red+Green+Blue) = 192+246+151=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F697 is #3F0968. Grayscale: #DBDBDB. Windows color (decimal): -4131177 or 9959104. OLE color: 9959104.
HSL color Cylindrical-coordinate representation of color #C0F697: hue angle of 94.11º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0F697 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 151 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.04 |
| HSL | 94.11º | 0.84% | 0.78% | - |
| HSV(B) | 94.11º | 0.39% | 0.96% | - |
| XYZ | 60.28 | 79.35 | 41.42 | - |
| YUV | 219.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 151 | 0.22 | 0 | 0.39 | 0.04 | 94.11 | 0.84 | 0.78 |
| Hex | C0 | F6 | 97 | 16 | 0 | 27 | 4 | 5E | 54 | 4E |
| Octal | 300 | 366 | 227 | 26 | 0 | 47 | 4 | 136 | 124 | 116 |
| Binary | 11000000 | 11110110 | 10010111 | 10110 | 0 | 100111 | 100 | 1011110 | 1010100 | 1001110 |
Color Harmonies of #C0F697
Complementary color
Monochromatic Colors of #C0F697
Black with #C0F697
Text Example
Text Example
White with #C0F697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F697; }
p { color: rgb(192,246,151); }
H1.HeaderClassName
{
color: #C0F697;
}
.AnyTagClassName
{
color: #C0F697;
}
</style>
background-color css
<style>
a { background-color: #C0F697; }
a { background-color: rgb(192,246,151); }
div.DivClassName
{
background-color: #C0F697;
}
.BgClassName
{
background-color: #C0F697;
}
</style>
border-color css
<style>
span { border-color: #C0F697; }
span { border-color: rgb(192,246,151); }
td.TdClassName
{
border-color: #C0F697;
}
.TagClassName
{
border-color: #C0F697;
}
</style>