Shades of Reef #C0FA94
Tints of Reef #C0FA94
RGB
CMYK
RGB Variations
Color information
#C0FA94 (or 0xC0FA94) is known color: Reef. HEX triplet: C0, FA and 94. RGB value is (192,250,148). Sum of RGB (Red+Green+Blue) = 192+250+148=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA94 is #3F056B. Grayscale: #DDDDDD. Windows color (decimal): -4130156 or 9763520. OLE color: 9763520.
HSL color Cylindrical-coordinate representation of color #C0FA94: hue angle of 94.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0FA94 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 148 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.02 |
| HSL | 94.12º | 0.91% | 0.78% | - |
| HSV(B) | 94.12º | 0.41% | 0.98% | - |
| XYZ | 61.27 | 81.72 | 40.56 | - |
| YUV | 221.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 148 | 0.23 | 0 | 0.41 | 0.02 | 94.12 | 0.91 | 0.78 |
| Hex | C0 | FA | 94 | 17 | 0 | 29 | 2 | 5E | 5B | 4E |
| Octal | 300 | 372 | 224 | 27 | 0 | 51 | 2 | 136 | 133 | 116 |
| Binary | 11000000 | 11111010 | 10010100 | 10111 | 0 | 101001 | 10 | 1011110 | 1011011 | 1001110 |
Color Harmonies of #C0FA94
Complementary color
Monochromatic Colors of #C0FA94
Black with #C0FA94
Text Example
Text Example
White with #C0FA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA94; }
p { color: rgb(192,250,148); }
H1.HeaderClassName
{
color: #C0FA94;
}
.AnyTagClassName
{
color: #C0FA94;
}
</style>
background-color css
<style>
a { background-color: #C0FA94; }
a { background-color: rgb(192,250,148); }
div.DivClassName
{
background-color: #C0FA94;
}
.BgClassName
{
background-color: #C0FA94;
}
</style>
border-color css
<style>
span { border-color: #C0FA94; }
span { border-color: rgb(192,250,148); }
td.TdClassName
{
border-color: #C0FA94;
}
.TagClassName
{
border-color: #C0FA94;
}
</style>