Shades of Reef #C1F594
Tints of Reef #C1F594
RGB
CMYK
RGB Variations
Color information
#C1F594 (or 0xC1F594) is known color: Reef. HEX triplet: C1, F5 and 94. RGB value is (193,245,148). Sum of RGB (Red+Green+Blue) = 193+245+148=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F594 is #3E0A6B. Grayscale: #DADADA. Windows color (decimal): -4065900 or 9762241. OLE color: 9762241.
HSL color Cylindrical-coordinate representation of color #C1F594: hue angle of 92.16º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1F594 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 148 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.04 |
| HSL | 92.16º | 0.83% | 0.77% | - |
| HSV(B) | 92.16º | 0.4% | 0.96% | - |
| XYZ | 59.99 | 78.78 | 40.06 | - |
| YUV | 218.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 148 | 0.21 | 0 | 0.40 | 0.04 | 92.16 | 0.83 | 0.77 |
| Hex | C1 | F5 | 94 | 15 | 0 | 28 | 4 | 5C | 53 | 4D |
| Octal | 301 | 365 | 224 | 25 | 0 | 50 | 4 | 134 | 123 | 115 |
| Binary | 11000001 | 11110101 | 10010100 | 10101 | 0 | 101000 | 100 | 1011100 | 1010011 | 1001101 |
Color Harmonies of #C1F594
Complementary color
Monochromatic Colors of #C1F594
Black with #C1F594
Text Example
Text Example
White with #C1F594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F594; }
p { color: rgb(193,245,148); }
H1.HeaderClassName
{
color: #C1F594;
}
.AnyTagClassName
{
color: #C1F594;
}
</style>
background-color css
<style>
a { background-color: #C1F594; }
a { background-color: rgb(193,245,148); }
div.DivClassName
{
background-color: #C1F594;
}
.BgClassName
{
background-color: #C1F594;
}
</style>
border-color css
<style>
span { border-color: #C1F594; }
span { border-color: rgb(193,245,148); }
td.TdClassName
{
border-color: #C1F594;
}
.TagClassName
{
border-color: #C1F594;
}
</style>