Shades of Reef #C1F197
Tints of Reef #C1F197
RGB
CMYK
RGB Variations
Color information
#C1F197 (or 0xC1F197) is known color: Reef. HEX triplet: C1, F1 and 97. RGB value is (193,241,151). Sum of RGB (Red+Green+Blue) = 193+241+151=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F197 is #3E0E68. Grayscale: #D8D8D8. Windows color (decimal): -4066921 or 9957825. OLE color: 9957825.
HSL color Cylindrical-coordinate representation of color #C1F197: hue angle of 92º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1F197 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 151 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.05 |
| HSL | 92º | 0.76% | 0.77% | - |
| HSV(B) | 92º | 0.37% | 0.95% | - |
| XYZ | 59.03 | 76.48 | 40.93 | - |
| YUV | 216.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 151 | 0.20 | 0 | 0.37 | 0.05 | 92 | 0.76 | 0.77 |
| Hex | C1 | F1 | 97 | 14 | 0 | 25 | 5 | 5C | 4C | 4D |
| Octal | 301 | 361 | 227 | 24 | 0 | 45 | 5 | 134 | 114 | 115 |
| Binary | 11000001 | 11110001 | 10010111 | 10100 | 0 | 100101 | 101 | 1011100 | 1001100 | 1001101 |
Color Harmonies of #C1F197
Complementary color
Monochromatic Colors of #C1F197
Black with #C1F197
Text Example
Text Example
White with #C1F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F197; }
p { color: rgb(193,241,151); }
H1.HeaderClassName
{
color: #C1F197;
}
.AnyTagClassName
{
color: #C1F197;
}
</style>
background-color css
<style>
a { background-color: #C1F197; }
a { background-color: rgb(193,241,151); }
div.DivClassName
{
background-color: #C1F197;
}
.BgClassName
{
background-color: #C1F197;
}
</style>
border-color css
<style>
span { border-color: #C1F197; }
span { border-color: rgb(193,241,151); }
td.TdClassName
{
border-color: #C1F197;
}
.TagClassName
{
border-color: #C1F197;
}
</style>