Shades of Reef #C1FA9B
Tints of Reef #C1FA9B
RGB
CMYK
RGB Variations
Color information
#C1FA9B (or 0xC1FA9B) is known color: Reef. HEX triplet: C1, FA and 9B. RGB value is (193,250,155). Sum of RGB (Red+Green+Blue) = 193+250+155=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA9B is #3E0564. Grayscale: #DEDEDE. Windows color (decimal): -4064613 or 10222273. OLE color: 10222273.
HSL color Cylindrical-coordinate representation of color #C1FA9B: hue angle of 96º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1FA9B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 155 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.02 |
| HSL | 96º | 0.9% | 0.79% | - |
| HSV(B) | 96º | 0.38% | 0.98% | - |
| XYZ | 62.09 | 82.08 | 43.58 | - |
| YUV | 222.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 155 | 0.23 | 0 | 0.38 | 0.02 | 96 | 0.9 | 0.79 |
| Hex | C1 | FA | 9B | 17 | 0 | 26 | 2 | 60 | 5A | 4F |
| Octal | 301 | 372 | 233 | 27 | 0 | 46 | 2 | 140 | 132 | 117 |
| Binary | 11000001 | 11111010 | 10011011 | 10111 | 0 | 100110 | 10 | 1100000 | 1011010 | 1001111 |
Color Harmonies of #C1FA9B
Complementary color
Monochromatic Colors of #C1FA9B
Black with #C1FA9B
Text Example
Text Example
White with #C1FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA9B; }
p { color: rgb(193,250,155); }
H1.HeaderClassName
{
color: #C1FA9B;
}
.AnyTagClassName
{
color: #C1FA9B;
}
</style>
background-color css
<style>
a { background-color: #C1FA9B; }
a { background-color: rgb(193,250,155); }
div.DivClassName
{
background-color: #C1FA9B;
}
.BgClassName
{
background-color: #C1FA9B;
}
</style>
border-color css
<style>
span { border-color: #C1FA9B; }
span { border-color: rgb(193,250,155); }
td.TdClassName
{
border-color: #C1FA9B;
}
.TagClassName
{
border-color: #C1FA9B;
}
</style>