Shades of Reef #C0FA97
Tints of Reef #C0FA97
RGB
CMYK
RGB Variations
Color information
#C0FA97 (or 0xC0FA97) is known color: Reef. HEX triplet: C0, FA and 97. RGB value is (192,250,151). Sum of RGB (Red+Green+Blue) = 192+250+151=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA97 is #3F0568. Grayscale: #DDDDDD. Windows color (decimal): -4130153 or 9960128. OLE color: 9960128.
HSL color Cylindrical-coordinate representation of color #C0FA97: hue angle of 95.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0FA97 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 151 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.02 |
| HSL | 95.15º | 0.91% | 0.79% | - |
| HSV(B) | 95.15º | 0.4% | 0.98% | - |
| XYZ | 61.51 | 81.81 | 41.83 | - |
| YUV | 221.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 151 | 0.23 | 0 | 0.40 | 0.02 | 95.15 | 0.91 | 0.79 |
| Hex | C0 | FA | 97 | 17 | 0 | 28 | 2 | 5F | 5B | 4F |
| Octal | 300 | 372 | 227 | 27 | 0 | 50 | 2 | 137 | 133 | 117 |
| Binary | 11000000 | 11111010 | 10010111 | 10111 | 0 | 101000 | 10 | 1011111 | 1011011 | 1001111 |
Color Harmonies of #C0FA97
Complementary color
Monochromatic Colors of #C0FA97
Black with #C0FA97
Text Example
Text Example
White with #C0FA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA97; }
p { color: rgb(192,250,151); }
H1.HeaderClassName
{
color: #C0FA97;
}
.AnyTagClassName
{
color: #C0FA97;
}
</style>
background-color css
<style>
a { background-color: #C0FA97; }
a { background-color: rgb(192,250,151); }
div.DivClassName
{
background-color: #C0FA97;
}
.BgClassName
{
background-color: #C0FA97;
}
</style>
border-color css
<style>
span { border-color: #C0FA97; }
span { border-color: rgb(192,250,151); }
td.TdClassName
{
border-color: #C0FA97;
}
.TagClassName
{
border-color: #C0FA97;
}
</style>