Shades of Reef #C1FA9C
Tints of Reef #C1FA9C
RGB
CMYK
RGB Variations
Color information
#C1FA9C (or 0xC1FA9C) is known color: Reef. HEX triplet: C1, FA and 9C. RGB value is (193,250,156). Sum of RGB (Red+Green+Blue) = 193+250+156=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA9C is #3E0563. Grayscale: #DEDEDE. Windows color (decimal): -4064612 or 10287809. OLE color: 10287809.
HSL color Cylindrical-coordinate representation of color #C1FA9C: hue angle of 96.38º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1FA9C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 156 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.02 |
| HSL | 96.38º | 0.9% | 0.8% | - |
| HSV(B) | 96.38º | 0.38% | 0.98% | - |
| XYZ | 62.18 | 82.11 | 44.02 | - |
| YUV | 222.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 156 | 0.23 | 0 | 0.38 | 0.02 | 96.38 | 0.9 | 0.8 |
| Hex | C1 | FA | 9C | 17 | 0 | 26 | 2 | 60 | 5A | 50 |
| Octal | 301 | 372 | 234 | 27 | 0 | 46 | 2 | 140 | 132 | 120 |
| Binary | 11000001 | 11111010 | 10011100 | 10111 | 0 | 100110 | 10 | 1100000 | 1011010 | 1010000 |
Color Harmonies of #C1FA9C
Complementary color
Monochromatic Colors of #C1FA9C
Black with #C1FA9C
Text Example
Text Example
White with #C1FA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA9C; }
p { color: rgb(193,250,156); }
H1.HeaderClassName
{
color: #C1FA9C;
}
.AnyTagClassName
{
color: #C1FA9C;
}
</style>
background-color css
<style>
a { background-color: #C1FA9C; }
a { background-color: rgb(193,250,156); }
div.DivClassName
{
background-color: #C1FA9C;
}
.BgClassName
{
background-color: #C1FA9C;
}
</style>
border-color css
<style>
span { border-color: #C1FA9C; }
span { border-color: rgb(193,250,156); }
td.TdClassName
{
border-color: #C1FA9C;
}
.TagClassName
{
border-color: #C1FA9C;
}
</style>