Shades of Reef #C3FF94
Tints of Reef #C3FF94
RGB
CMYK
RGB Variations
Color information
#C3FF94 (or 0xC3FF94) is known color: Reef. HEX triplet: C3, FF and 94. RGB value is (195,255,148). Sum of RGB (Red+Green+Blue) = 195+255+148=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FF94 is #3C006B. Grayscale: #E1E1E1. Windows color (decimal): -3932268 or 9764803. OLE color: 9764803.
HSL color Cylindrical-coordinate representation of color #C3FF94: hue angle of 93.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3FF94 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 148 | - |
| CMYK | 0.24 | 0 | 0.42 | 0 |
| HSL | 93.64º | 1% | 0.79% | - |
| HSV(B) | 93.64º | 0.42% | 1% | - |
| XYZ | 63.61 | 85.26 | 41.12 | - |
| YUV | 224.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 148 | 0.24 | 0 | 0.42 | 0 | 93.64 | 1 | 0.79 |
| Hex | C3 | FF | 94 | 18 | 0 | 2A | 0 | 5E | 64 | 4F |
| Octal | 303 | 377 | 224 | 30 | 0 | 52 | 0 | 136 | 144 | 117 |
| Binary | 11000011 | 11111111 | 10010100 | 11000 | 0 | 101010 | 0 | 1011110 | 1100100 | 1001111 |
Color Harmonies of #C3FF94
Complementary color
Monochromatic Colors of #C3FF94
Black with #C3FF94
Text Example
Text Example
White with #C3FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF94; }
p { color: rgb(195,255,148); }
H1.HeaderClassName
{
color: #C3FF94;
}
.AnyTagClassName
{
color: #C3FF94;
}
</style>
background-color css
<style>
a { background-color: #C3FF94; }
a { background-color: rgb(195,255,148); }
div.DivClassName
{
background-color: #C3FF94;
}
.BgClassName
{
background-color: #C3FF94;
}
</style>
border-color css
<style>
span { border-color: #C3FF94; }
span { border-color: rgb(195,255,148); }
td.TdClassName
{
border-color: #C3FF94;
}
.TagClassName
{
border-color: #C3FF94;
}
</style>