Shades of Reef #C5FE96
Tints of Reef #C5FE96
RGB
CMYK
RGB Variations
Color information
#C5FE96 (or 0xC5FE96) is known color: Reef. HEX triplet: C5, FE and 96. RGB value is (197,254,150). Sum of RGB (Red+Green+Blue) = 197+254+150=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FE96 is #3A0169. Grayscale: #E1E1E1. Windows color (decimal): -3801450 or 9895621. OLE color: 9895621.
HSL color Cylindrical-coordinate representation of color #C5FE96: hue angle of 92.88º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5FE96 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 150 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.00 |
| HSL | 92.88º | 0.98% | 0.79% | - |
| HSV(B) | 92.88º | 0.41% | 1% | - |
| XYZ | 63.97 | 84.96 | 41.88 | - |
| YUV | 225.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 150 | 0.22 | 0 | 0.41 | 0.00 | 92.88 | 0.98 | 0.79 |
| Hex | C5 | FE | 96 | 16 | 0 | 29 | 0 | 5D | 62 | 4F |
| Octal | 305 | 376 | 226 | 26 | 0 | 51 | 0 | 135 | 142 | 117 |
| Binary | 11000101 | 11111110 | 10010110 | 10110 | 0 | 101001 | 0 | 1011101 | 1100010 | 1001111 |
Color Harmonies of #C5FE96
Complementary color
Monochromatic Colors of #C5FE96
Black with #C5FE96
Text Example
Text Example
White with #C5FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE96; }
p { color: rgb(197,254,150); }
H1.HeaderClassName
{
color: #C5FE96;
}
.AnyTagClassName
{
color: #C5FE96;
}
</style>
background-color css
<style>
a { background-color: #C5FE96; }
a { background-color: rgb(197,254,150); }
div.DivClassName
{
background-color: #C5FE96;
}
.BgClassName
{
background-color: #C5FE96;
}
</style>
border-color css
<style>
span { border-color: #C5FE96; }
span { border-color: rgb(197,254,150); }
td.TdClassName
{
border-color: #C5FE96;
}
.TagClassName
{
border-color: #C5FE96;
}
</style>