Shades of Reef #C1FA94
Tints of Reef #C1FA94
RGB
CMYK
RGB Variations
Color information
#C1FA94 (or 0xC1FA94) is known color: Reef. HEX triplet: C1, FA and 94. RGB value is (193,250,148). Sum of RGB (Red+Green+Blue) = 193+250+148=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA94 is #3E056B. Grayscale: #DDDDDD. Windows color (decimal): -4064620 or 9763521. OLE color: 9763521.
HSL color Cylindrical-coordinate representation of color #C1FA94: hue angle of 93.53º degrees, saturation: 0.91, 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 #C1FA94 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 148 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.02 |
| HSL | 93.53º | 0.91% | 0.78% | - |
| HSV(B) | 93.53º | 0.41% | 0.98% | - |
| XYZ | 61.52 | 81.85 | 40.57 | - |
| YUV | 221.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 148 | 0.23 | 0 | 0.41 | 0.02 | 93.53 | 0.91 | 0.78 |
| Hex | C1 | FA | 94 | 17 | 0 | 29 | 2 | 5E | 5B | 4E |
| Octal | 301 | 372 | 224 | 27 | 0 | 51 | 2 | 136 | 133 | 116 |
| Binary | 11000001 | 11111010 | 10010100 | 10111 | 0 | 101001 | 10 | 1011110 | 1011011 | 1001110 |
Color Harmonies of #C1FA94
Complementary color
Monochromatic Colors of #C1FA94
Black with #C1FA94
Text Example
Text Example
White with #C1FA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA94; }
p { color: rgb(193,250,148); }
H1.HeaderClassName
{
color: #C1FA94;
}
.AnyTagClassName
{
color: #C1FA94;
}
</style>
background-color css
<style>
a { background-color: #C1FA94; }
a { background-color: rgb(193,250,148); }
div.DivClassName
{
background-color: #C1FA94;
}
.BgClassName
{
background-color: #C1FA94;
}
</style>
border-color css
<style>
span { border-color: #C1FA94; }
span { border-color: rgb(193,250,148); }
td.TdClassName
{
border-color: #C1FA94;
}
.TagClassName
{
border-color: #C1FA94;
}
</style>