Shades of Reef #C1F195
Tints of Reef #C1F195
RGB
CMYK
RGB Variations
Color information
#C1F195 (or 0xC1F195) is known color: Reef. HEX triplet: C1, F1 and 95. RGB value is (193,241,149). Sum of RGB (Red+Green+Blue) = 193+241+149=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F195 is #3E0E6A. Grayscale: #D8D8D8. Windows color (decimal): -4066923 or 9826753. OLE color: 9826753.
HSL color Cylindrical-coordinate representation of color #C1F195: hue angle of 91.3º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1F195 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 149 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.05 |
| HSL | 91.3º | 0.77% | 0.76% | - |
| HSV(B) | 91.3º | 0.38% | 0.95% | - |
| XYZ | 58.87 | 76.42 | 40.08 | - |
| YUV | 216.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 149 | 0.20 | 0 | 0.38 | 0.05 | 91.3 | 0.77 | 0.76 |
| Hex | C1 | F1 | 95 | 14 | 0 | 26 | 5 | 5B | 4D | 4C |
| Octal | 301 | 361 | 225 | 24 | 0 | 46 | 5 | 133 | 115 | 114 |
| Binary | 11000001 | 11110001 | 10010101 | 10100 | 0 | 100110 | 101 | 1011011 | 1001101 | 1001100 |
Color Harmonies of #C1F195
Complementary color
Monochromatic Colors of #C1F195
Black with #C1F195
Text Example
Text Example
White with #C1F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F195; }
p { color: rgb(193,241,149); }
H1.HeaderClassName
{
color: #C1F195;
}
.AnyTagClassName
{
color: #C1F195;
}
</style>
background-color css
<style>
a { background-color: #C1F195; }
a { background-color: rgb(193,241,149); }
div.DivClassName
{
background-color: #C1F195;
}
.BgClassName
{
background-color: #C1F195;
}
</style>
border-color css
<style>
span { border-color: #C1F195; }
span { border-color: rgb(193,241,149); }
td.TdClassName
{
border-color: #C1F195;
}
.TagClassName
{
border-color: #C1F195;
}
</style>