Shades of Reef #C1FB95
Tints of Reef #C1FB95
RGB
CMYK
RGB Variations
Color information
#C1FB95 (or 0xC1FB95) is known color: Reef. HEX triplet: C1, FB and 95. RGB value is (193,251,149). Sum of RGB (Red+Green+Blue) = 193+251+149=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FB95 is #3E046A. Grayscale: #DEDEDE. Windows color (decimal): -4064363 or 9829313. OLE color: 9829313.
HSL color Cylindrical-coordinate representation of color #C1FB95: hue angle of 94.12º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1FB95 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 149 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.02 |
| HSL | 94.12º | 0.93% | 0.78% | - |
| HSV(B) | 94.12º | 0.41% | 0.98% | - |
| XYZ | 61.91 | 82.5 | 41.09 | - |
| YUV | 222.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 149 | 0.23 | 0 | 0.41 | 0.02 | 94.12 | 0.93 | 0.78 |
| Hex | C1 | FB | 95 | 17 | 0 | 29 | 2 | 5E | 5D | 4E |
| Octal | 301 | 373 | 225 | 27 | 0 | 51 | 2 | 136 | 135 | 116 |
| Binary | 11000001 | 11111011 | 10010101 | 10111 | 0 | 101001 | 10 | 1011110 | 1011101 | 1001110 |
Color Harmonies of #C1FB95
Complementary color
Monochromatic Colors of #C1FB95
Black with #C1FB95
Text Example
Text Example
White with #C1FB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB95; }
p { color: rgb(193,251,149); }
H1.HeaderClassName
{
color: #C1FB95;
}
.AnyTagClassName
{
color: #C1FB95;
}
</style>
background-color css
<style>
a { background-color: #C1FB95; }
a { background-color: rgb(193,251,149); }
div.DivClassName
{
background-color: #C1FB95;
}
.BgClassName
{
background-color: #C1FB95;
}
</style>
border-color css
<style>
span { border-color: #C1FB95; }
span { border-color: rgb(193,251,149); }
td.TdClassName
{
border-color: #C1FB95;
}
.TagClassName
{
border-color: #C1FB95;
}
</style>