Shades of Reef #C1EC95
Tints of Reef #C1EC95
RGB
CMYK
RGB Variations
Color information
#C1EC95 (or 0xC1EC95) is known color: Reef. HEX triplet: C1, EC and 95. RGB value is (193,236,149). Sum of RGB (Red+Green+Blue) = 193+236+149=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EC95 is #3E136A. Grayscale: #D5D5D5. Windows color (decimal): -4068203 or 9825473. OLE color: 9825473.
HSL color Cylindrical-coordinate representation of color #C1EC95: hue angle of 89.66º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1EC95 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 149 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.07 |
| HSL | 89.66º | 0.7% | 0.75% | - |
| HSV(B) | 89.66º | 0.37% | 0.93% | - |
| XYZ | 57.41 | 73.5 | 39.59 | - |
| YUV | 213.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 149 | 0.18 | 0 | 0.37 | 0.07 | 89.66 | 0.7 | 0.75 |
| Hex | C1 | EC | 95 | 12 | 0 | 25 | 7 | 5A | 46 | 4B |
| Octal | 301 | 354 | 225 | 22 | 0 | 45 | 7 | 132 | 106 | 113 |
| Binary | 11000001 | 11101100 | 10010101 | 10010 | 0 | 100101 | 111 | 1011010 | 1000110 | 1001011 |
Color Harmonies of #C1EC95
Complementary color
Monochromatic Colors of #C1EC95
Black with #C1EC95
Text Example
Text Example
White with #C1EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC95; }
p { color: rgb(193,236,149); }
H1.HeaderClassName
{
color: #C1EC95;
}
.AnyTagClassName
{
color: #C1EC95;
}
</style>
background-color css
<style>
a { background-color: #C1EC95; }
a { background-color: rgb(193,236,149); }
div.DivClassName
{
background-color: #C1EC95;
}
.BgClassName
{
background-color: #C1EC95;
}
</style>
border-color css
<style>
span { border-color: #C1EC95; }
span { border-color: rgb(193,236,149); }
td.TdClassName
{
border-color: #C1EC95;
}
.TagClassName
{
border-color: #C1EC95;
}
</style>