Shades of Reef #C1EA95
Tints of Reef #C1EA95
RGB
CMYK
RGB Variations
Color information
#C1EA95 (or 0xC1EA95) is known color: Reef. HEX triplet: C1, EA and 95. RGB value is (193,234,149). Sum of RGB (Red+Green+Blue) = 193+234+149=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EA95 is #3E156A. Grayscale: #D4D4D4. Windows color (decimal): -4068715 or 9824961. OLE color: 9824961.
HSL color Cylindrical-coordinate representation of color #C1EA95: hue angle of 88.94º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1EA95 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 149 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.08 |
| HSL | 88.94º | 0.67% | 0.75% | - |
| HSV(B) | 88.94º | 0.36% | 0.92% | - |
| XYZ | 56.84 | 72.35 | 39.4 | - |
| YUV | 212.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 149 | 0.18 | 0 | 0.36 | 0.08 | 88.94 | 0.67 | 0.75 |
| Hex | C1 | EA | 95 | 12 | 0 | 24 | 8 | 59 | 43 | 4B |
| Octal | 301 | 352 | 225 | 22 | 0 | 44 | 10 | 131 | 103 | 113 |
| Binary | 11000001 | 11101010 | 10010101 | 10010 | 0 | 100100 | 1000 | 1011001 | 1000011 | 1001011 |
Color Harmonies of #C1EA95
Complementary color
Monochromatic Colors of #C1EA95
Black with #C1EA95
Text Example
Text Example
White with #C1EA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EA95; }
p { color: rgb(193,234,149); }
H1.HeaderClassName
{
color: #C1EA95;
}
.AnyTagClassName
{
color: #C1EA95;
}
</style>
background-color css
<style>
a { background-color: #C1EA95; }
a { background-color: rgb(193,234,149); }
div.DivClassName
{
background-color: #C1EA95;
}
.BgClassName
{
background-color: #C1EA95;
}
</style>
border-color css
<style>
span { border-color: #C1EA95; }
span { border-color: rgb(193,234,149); }
td.TdClassName
{
border-color: #C1EA95;
}
.TagClassName
{
border-color: #C1EA95;
}
</style>