Shades of Reef #C0F79B
Tints of Reef #C0F79B
RGB
CMYK
RGB Variations
Color information
#C0F79B (or 0xC0F79B) is known color: Reef. HEX triplet: C0, F7 and 9B. RGB value is (192,247,155). Sum of RGB (Red+Green+Blue) = 192+247+155=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F79B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F79B is #3F0864. Grayscale: #DCDCDC. Windows color (decimal): -4130917 or 10221504. OLE color: 10221504.
HSL color Cylindrical-coordinate representation of color #C0F79B: hue angle of 95.87º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0F79B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 155 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.03 |
| HSL | 95.87º | 0.85% | 0.79% | - |
| HSV(B) | 95.87º | 0.37% | 0.97% | - |
| XYZ | 60.92 | 80.09 | 43.26 | - |
| YUV | 220.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 155 | 0.22 | 0 | 0.37 | 0.03 | 95.87 | 0.85 | 0.79 |
| Hex | C0 | F7 | 9B | 16 | 0 | 25 | 3 | 60 | 55 | 4F |
| Octal | 300 | 367 | 233 | 26 | 0 | 45 | 3 | 140 | 125 | 117 |
| Binary | 11000000 | 11110111 | 10011011 | 10110 | 0 | 100101 | 11 | 1100000 | 1010101 | 1001111 |
Color Harmonies of #C0F79B
Complementary color
Monochromatic Colors of #C0F79B
Black with #C0F79B
Text Example
Text Example
White with #C0F79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F79B; }
p { color: rgb(192,247,155); }
H1.HeaderClassName
{
color: #C0F79B;
}
.AnyTagClassName
{
color: #C0F79B;
}
</style>
background-color css
<style>
a { background-color: #C0F79B; }
a { background-color: rgb(192,247,155); }
div.DivClassName
{
background-color: #C0F79B;
}
.BgClassName
{
background-color: #C0F79B;
}
</style>
border-color css
<style>
span { border-color: #C0F79B; }
span { border-color: rgb(192,247,155); }
td.TdClassName
{
border-color: #C0F79B;
}
.TagClassName
{
border-color: #C0F79B;
}
</style>