Shades of Reef #C1F596
Tints of Reef #C1F596
RGB
CMYK
RGB Variations
Color information
#C1F596 (or 0xC1F596) is known color: Reef. HEX triplet: C1, F5 and 96. RGB value is (193,245,150). Sum of RGB (Red+Green+Blue) = 193+245+150=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F596 is #3E0A69. Grayscale: #DADADA. Windows color (decimal): -4065898 or 9893313. OLE color: 9893313.
HSL color Cylindrical-coordinate representation of color #C1F596: hue angle of 92.84º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1F596 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 150 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.04 |
| HSL | 92.84º | 0.83% | 0.77% | - |
| HSV(B) | 92.84º | 0.39% | 0.96% | - |
| XYZ | 60.15 | 78.84 | 40.9 | - |
| YUV | 218.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 150 | 0.21 | 0 | 0.39 | 0.04 | 92.84 | 0.83 | 0.77 |
| Hex | C1 | F5 | 96 | 15 | 0 | 27 | 4 | 5D | 53 | 4D |
| Octal | 301 | 365 | 226 | 25 | 0 | 47 | 4 | 135 | 123 | 115 |
| Binary | 11000001 | 11110101 | 10010110 | 10101 | 0 | 100111 | 100 | 1011101 | 1010011 | 1001101 |
Color Harmonies of #C1F596
Complementary color
Monochromatic Colors of #C1F596
Black with #C1F596
Text Example
Text Example
White with #C1F596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F596; }
p { color: rgb(193,245,150); }
H1.HeaderClassName
{
color: #C1F596;
}
.AnyTagClassName
{
color: #C1F596;
}
</style>
background-color css
<style>
a { background-color: #C1F596; }
a { background-color: rgb(193,245,150); }
div.DivClassName
{
background-color: #C1F596;
}
.BgClassName
{
background-color: #C1F596;
}
</style>
border-color css
<style>
span { border-color: #C1F596; }
span { border-color: rgb(193,245,150); }
td.TdClassName
{
border-color: #C1F596;
}
.TagClassName
{
border-color: #C1F596;
}
</style>