Shades of Reef #C1FA92
Tints of Reef #C1FA92
RGB
CMYK
RGB Variations
Color information
#C1FA92 (or 0xC1FA92) is known color: Reef. HEX triplet: C1, FA and 92. RGB value is (193,250,146). Sum of RGB (Red+Green+Blue) = 193+250+146=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA92 is #3E056D. Grayscale: #DDDDDD. Windows color (decimal): -4064622 or 9632449. OLE color: 9632449.
HSL color Cylindrical-coordinate representation of color #C1FA92: hue angle of 92.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1FA92 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 146 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.02 |
| HSL | 92.88º | 0.91% | 0.78% | - |
| HSV(B) | 92.88º | 0.42% | 0.98% | - |
| XYZ | 61.37 | 81.78 | 39.75 | - |
| YUV | 221.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 146 | 0.23 | 0 | 0.42 | 0.02 | 92.88 | 0.91 | 0.78 |
| Hex | C1 | FA | 92 | 17 | 0 | 2A | 2 | 5D | 5B | 4E |
| Octal | 301 | 372 | 222 | 27 | 0 | 52 | 2 | 135 | 133 | 116 |
| Binary | 11000001 | 11111010 | 10010010 | 10111 | 0 | 101010 | 10 | 1011101 | 1011011 | 1001110 |
Color Harmonies of #C1FA92
Complementary color
Monochromatic Colors of #C1FA92
Black with #C1FA92
Text Example
Text Example
White with #C1FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA92; }
p { color: rgb(193,250,146); }
H1.HeaderClassName
{
color: #C1FA92;
}
.AnyTagClassName
{
color: #C1FA92;
}
</style>
background-color css
<style>
a { background-color: #C1FA92; }
a { background-color: rgb(193,250,146); }
div.DivClassName
{
background-color: #C1FA92;
}
.BgClassName
{
background-color: #C1FA92;
}
</style>
border-color css
<style>
span { border-color: #C1FA92; }
span { border-color: rgb(193,250,146); }
td.TdClassName
{
border-color: #C1FA92;
}
.TagClassName
{
border-color: #C1FA92;
}
</style>