Shades of Reef #C1E295
Tints of Reef #C1E295
RGB
CMYK
RGB Variations
Color information
#C1E295 (or 0xC1E295) is known color: Reef. HEX triplet: C1, E2 and 95. RGB value is (193,226,149). Sum of RGB (Red+Green+Blue) = 193+226+149=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E295 is #3E1D6A. Grayscale: #CFCFCF. Windows color (decimal): -4070763 or 9822913. OLE color: 9822913.
HSL color Cylindrical-coordinate representation of color #C1E295: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1E295 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 149 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.11 |
| HSL | 85.71º | 0.57% | 0.74% | - |
| HSV(B) | 85.71º | 0.34% | 0.89% | - |
| XYZ | 54.61 | 67.9 | 38.66 | - |
| YUV | 207.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 149 | 0.15 | 0 | 0.34 | 0.11 | 85.71 | 0.57 | 0.74 |
| Hex | C1 | E2 | 95 | F | 0 | 22 | B | 56 | 39 | 4A |
| Octal | 301 | 342 | 225 | 17 | 0 | 42 | 13 | 126 | 71 | 112 |
| Binary | 11000001 | 11100010 | 10010101 | 1111 | 0 | 100010 | 1011 | 1010110 | 111001 | 1001010 |
Color Harmonies of #C1E295
Complementary color
Monochromatic Colors of #C1E295
Black with #C1E295
Text Example
Text Example
White with #C1E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E295; }
p { color: rgb(193,226,149); }
H1.HeaderClassName
{
color: #C1E295;
}
.AnyTagClassName
{
color: #C1E295;
}
</style>
background-color css
<style>
a { background-color: #C1E295; }
a { background-color: rgb(193,226,149); }
div.DivClassName
{
background-color: #C1E295;
}
.BgClassName
{
background-color: #C1E295;
}
</style>
border-color css
<style>
span { border-color: #C1E295; }
span { border-color: rgb(193,226,149); }
td.TdClassName
{
border-color: #C1E295;
}
.TagClassName
{
border-color: #C1E295;
}
</style>