Shades of Reef #C1FF96
Tints of Reef #C1FF96
RGB
CMYK
RGB Variations
Color information
#C1FF96 (or 0xC1FF96) is known color: Reef. HEX triplet: C1, FF and 96. RGB value is (193,255,150). Sum of RGB (Red+Green+Blue) = 193+255+150=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FF96 is #3E0069. Grayscale: #E0E0E0. Windows color (decimal): -4063338 or 9895873. OLE color: 9895873.
HSL color Cylindrical-coordinate representation of color #C1FF96: hue angle of 95.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1FF96 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 150 | - |
| CMYK | 0.24 | 0 | 0.41 | 0 |
| HSL | 95.43º | 1% | 0.79% | - |
| HSV(B) | 95.43º | 0.41% | 1% | - |
| XYZ | 63.26 | 85.06 | 41.94 | - |
| YUV | 224.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 150 | 0.24 | 0 | 0.41 | 0 | 95.43 | 1 | 0.79 |
| Hex | C1 | FF | 96 | 18 | 0 | 29 | 0 | 5F | 64 | 4F |
| Octal | 301 | 377 | 226 | 30 | 0 | 51 | 0 | 137 | 144 | 117 |
| Binary | 11000001 | 11111111 | 10010110 | 11000 | 0 | 101001 | 0 | 1011111 | 1100100 | 1001111 |
Color Harmonies of #C1FF96
Complementary color
Monochromatic Colors of #C1FF96
Black with #C1FF96
Text Example
Text Example
White with #C1FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF96; }
p { color: rgb(193,255,150); }
H1.HeaderClassName
{
color: #C1FF96;
}
.AnyTagClassName
{
color: #C1FF96;
}
</style>
background-color css
<style>
a { background-color: #C1FF96; }
a { background-color: rgb(193,255,150); }
div.DivClassName
{
background-color: #C1FF96;
}
.BgClassName
{
background-color: #C1FF96;
}
</style>
border-color css
<style>
span { border-color: #C1FF96; }
span { border-color: rgb(193,255,150); }
td.TdClassName
{
border-color: #C1FF96;
}
.TagClassName
{
border-color: #C1FF96;
}
</style>