Shades of Reef #C5FF95
Tints of Reef #C5FF95
RGB
CMYK
RGB Variations
Color information
#C5FF95 (or 0xC5FF95) is known color: Reef. HEX triplet: C5, FF and 95. RGB value is (197,255,149). Sum of RGB (Red+Green+Blue) = 197+255+149=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF95 is #3A006A. Grayscale: #E1E1E1. Windows color (decimal): -3801195 or 9830341. OLE color: 9830341.
HSL color Cylindrical-coordinate representation of color #C5FF95: hue angle of 92.83º 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 #C5FF95 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 149 | - |
| CMYK | 0.23 | 0 | 0.42 | 0 |
| HSL | 92.83º | 1% | 0.79% | - |
| HSV(B) | 92.83º | 0.42% | 1% | - |
| XYZ | 64.21 | 85.56 | 41.56 | - |
| YUV | 225.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 149 | 0.23 | 0 | 0.42 | 0 | 92.83 | 1 | 0.79 |
| Hex | C5 | FF | 95 | 17 | 0 | 2A | 0 | 5D | 64 | 4F |
| Octal | 305 | 377 | 225 | 27 | 0 | 52 | 0 | 135 | 144 | 117 |
| Binary | 11000101 | 11111111 | 10010101 | 10111 | 0 | 101010 | 0 | 1011101 | 1100100 | 1001111 |
Color Harmonies of #C5FF95
Complementary color
Monochromatic Colors of #C5FF95
Black with #C5FF95
Text Example
Text Example
White with #C5FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF95; }
p { color: rgb(197,255,149); }
H1.HeaderClassName
{
color: #C5FF95;
}
.AnyTagClassName
{
color: #C5FF95;
}
</style>
background-color css
<style>
a { background-color: #C5FF95; }
a { background-color: rgb(197,255,149); }
div.DivClassName
{
background-color: #C5FF95;
}
.BgClassName
{
background-color: #C5FF95;
}
</style>
border-color css
<style>
span { border-color: #C5FF95; }
span { border-color: rgb(197,255,149); }
td.TdClassName
{
border-color: #C5FF95;
}
.TagClassName
{
border-color: #C5FF95;
}
</style>