Shades of Reef #C5F996
Tints of Reef #C5F996
RGB
CMYK
RGB Variations
Color information
#C5F996 (or 0xC5F996) is known color: Reef. HEX triplet: C5, F9 and 96. RGB value is (197,249,150). Sum of RGB (Red+Green+Blue) = 197+249+150=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F996 is #3A0669. Grayscale: #DEDEDE. Windows color (decimal): -3802730 or 9894341. OLE color: 9894341.
HSL color Cylindrical-coordinate representation of color #C5F996: hue angle of 91.52º degrees, saturation: 0.89, 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 #C5F996 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 150 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.02 |
| HSL | 91.52º | 0.89% | 0.78% | - |
| HSV(B) | 91.52º | 0.4% | 0.98% | - |
| XYZ | 62.41 | 81.82 | 41.36 | - |
| YUV | 222.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 150 | 0.21 | 0 | 0.40 | 0.02 | 91.52 | 0.89 | 0.78 |
| Hex | C5 | F9 | 96 | 15 | 0 | 28 | 2 | 5C | 59 | 4E |
| Octal | 305 | 371 | 226 | 25 | 0 | 50 | 2 | 134 | 131 | 116 |
| Binary | 11000101 | 11111001 | 10010110 | 10101 | 0 | 101000 | 10 | 1011100 | 1011001 | 1001110 |
Color Harmonies of #C5F996
Complementary color
Monochromatic Colors of #C5F996
Black with #C5F996
Text Example
Text Example
White with #C5F996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F996; }
p { color: rgb(197,249,150); }
H1.HeaderClassName
{
color: #C5F996;
}
.AnyTagClassName
{
color: #C5F996;
}
</style>
background-color css
<style>
a { background-color: #C5F996; }
a { background-color: rgb(197,249,150); }
div.DivClassName
{
background-color: #C5F996;
}
.BgClassName
{
background-color: #C5F996;
}
</style>
border-color css
<style>
span { border-color: #C5F996; }
span { border-color: rgb(197,249,150); }
td.TdClassName
{
border-color: #C5F996;
}
.TagClassName
{
border-color: #C5F996;
}
</style>