Shades of Reef #C3EC95
Tints of Reef #C3EC95
RGB
CMYK
RGB Variations
Color information
#C3EC95 (or 0xC3EC95) is known color: Reef. HEX triplet: C3, EC and 95. RGB value is (195,236,149). Sum of RGB (Red+Green+Blue) = 195+236+149=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #C3EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EC95 is #3C136A. Grayscale: #D6D6D6. Windows color (decimal): -3937131 or 9825475. OLE color: 9825475.
HSL color Cylindrical-coordinate representation of color #C3EC95: hue angle of 88.28º 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 #C3EC95 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 149 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.07 |
| HSL | 88.28º | 0.7% | 0.75% | - |
| HSV(B) | 88.28º | 0.37% | 0.93% | - |
| XYZ | 57.93 | 73.76 | 39.62 | - |
| YUV | 213.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 149 | 0.17 | 0 | 0.37 | 0.07 | 88.28 | 0.7 | 0.75 |
| Hex | C3 | EC | 95 | 11 | 0 | 25 | 7 | 58 | 46 | 4B |
| Octal | 303 | 354 | 225 | 21 | 0 | 45 | 7 | 130 | 106 | 113 |
| Binary | 11000011 | 11101100 | 10010101 | 10001 | 0 | 100101 | 111 | 1011000 | 1000110 | 1001011 |
Color Harmonies of #C3EC95
Complementary color
Monochromatic Colors of #C3EC95
Black with #C3EC95
Text Example
Text Example
White with #C3EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EC95; }
p { color: rgb(195,236,149); }
H1.HeaderClassName
{
color: #C3EC95;
}
.AnyTagClassName
{
color: #C3EC95;
}
</style>
background-color css
<style>
a { background-color: #C3EC95; }
a { background-color: rgb(195,236,149); }
div.DivClassName
{
background-color: #C3EC95;
}
.BgClassName
{
background-color: #C3EC95;
}
</style>
border-color css
<style>
span { border-color: #C3EC95; }
span { border-color: rgb(195,236,149); }
td.TdClassName
{
border-color: #C3EC95;
}
.TagClassName
{
border-color: #C3EC95;
}
</style>