Shades of Reef #C1FB97
Tints of Reef #C1FB97
RGB
CMYK
RGB Variations
Color information
#C1FB97 (or 0xC1FB97) is known color: Reef. HEX triplet: C1, FB and 97. RGB value is (193,251,151). Sum of RGB (Red+Green+Blue) = 193+251+151=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FB97 is #3E0468. Grayscale: #DEDEDE. Windows color (decimal): -4064361 or 9960385. OLE color: 9960385.
HSL color Cylindrical-coordinate representation of color #C1FB97: hue angle of 94.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1FB97 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 151 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.02 |
| HSL | 94.8º | 0.93% | 0.79% | - |
| HSV(B) | 94.8º | 0.4% | 0.98% | - |
| XYZ | 62.08 | 82.57 | 41.94 | - |
| YUV | 222.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 151 | 0.23 | 0 | 0.40 | 0.02 | 94.8 | 0.93 | 0.79 |
| Hex | C1 | FB | 97 | 17 | 0 | 28 | 2 | 5F | 5D | 4F |
| Octal | 301 | 373 | 227 | 27 | 0 | 50 | 2 | 137 | 135 | 117 |
| Binary | 11000001 | 11111011 | 10010111 | 10111 | 0 | 101000 | 10 | 1011111 | 1011101 | 1001111 |
Color Harmonies of #C1FB97
Complementary color
Monochromatic Colors of #C1FB97
Black with #C1FB97
Text Example
Text Example
White with #C1FB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB97; }
p { color: rgb(193,251,151); }
H1.HeaderClassName
{
color: #C1FB97;
}
.AnyTagClassName
{
color: #C1FB97;
}
</style>
background-color css
<style>
a { background-color: #C1FB97; }
a { background-color: rgb(193,251,151); }
div.DivClassName
{
background-color: #C1FB97;
}
.BgClassName
{
background-color: #C1FB97;
}
</style>
border-color css
<style>
span { border-color: #C1FB97; }
span { border-color: rgb(193,251,151); }
td.TdClassName
{
border-color: #C1FB97;
}
.TagClassName
{
border-color: #C1FB97;
}
</style>