Shades of Reef #C5FA96
Tints of Reef #C5FA96
RGB
CMYK
RGB Variations
Color information
#C5FA96 (or 0xC5FA96) is known color: Reef. HEX triplet: C5, FA and 96. RGB value is (197,250,150). Sum of RGB (Red+Green+Blue) = 197+250+150=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FA96 is #3A0569. Grayscale: #DFDFDF. Windows color (decimal): -3802474 or 9894597. OLE color: 9894597.
HSL color Cylindrical-coordinate representation of color #C5FA96: hue angle of 91.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5FA96 is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 150 | - |
| CMYK | 0.21 | 0 | 0.4 | 0.02 |
| HSL | 91.8º | 0.91% | 0.78% | - |
| HSV(B) | 91.8º | 0.4% | 0.98% | - |
| XYZ | 62.72 | 82.44 | 41.46 | - |
| YUV | 222.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 150 | 0.21 | 0 | 0.4 | 0.02 | 91.8 | 0.91 | 0.78 |
| Hex | C5 | FA | 96 | 15 | 0 | 28 | 2 | 5C | 5B | 4E |
| Octal | 305 | 372 | 226 | 25 | 0 | 50 | 2 | 134 | 133 | 116 |
| Binary | 11000101 | 11111010 | 10010110 | 10101 | 0 | 101000 | 10 | 1011100 | 1011011 | 1001110 |
Color Harmonies of #C5FA96
Complementary color
Monochromatic Colors of #C5FA96
Black with #C5FA96
Text Example
Text Example
White with #C5FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA96; }
p { color: rgb(197,250,150); }
H1.HeaderClassName
{
color: #C5FA96;
}
.AnyTagClassName
{
color: #C5FA96;
}
</style>
background-color css
<style>
a { background-color: #C5FA96; }
a { background-color: rgb(197,250,150); }
div.DivClassName
{
background-color: #C5FA96;
}
.BgClassName
{
background-color: #C5FA96;
}
</style>
border-color css
<style>
span { border-color: #C5FA96; }
span { border-color: rgb(197,250,150); }
td.TdClassName
{
border-color: #C5FA96;
}
.TagClassName
{
border-color: #C5FA96;
}
</style>