Shades of Reef #C4E095
Tints of Reef #C4E095
RGB
CMYK
RGB Variations
Color information
#C4E095 (or 0xC4E095) is known color: Reef. HEX triplet: C4, E0 and 95. RGB value is (196,224,149). Sum of RGB (Red+Green+Blue) = 196+224+149=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4E095 is #3B1F6A. Grayscale: #CFCFCF. Windows color (decimal): -3874667 or 9822404. OLE color: 9822404.
HSL color Cylindrical-coordinate representation of color #C4E095: hue angle of 82.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4E095 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 149 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.12 |
| HSL | 82.4º | 0.55% | 0.73% | - |
| HSV(B) | 82.4º | 0.33% | 0.88% | - |
| XYZ | 54.85 | 67.22 | 38.52 | - |
| YUV | 207.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 149 | 0.12 | 0 | 0.33 | 0.12 | 82.4 | 0.55 | 0.73 |
| Hex | C4 | E0 | 95 | C | 0 | 21 | C | 52 | 37 | 49 |
| Octal | 304 | 340 | 225 | 14 | 0 | 41 | 14 | 122 | 67 | 111 |
| Binary | 11000100 | 11100000 | 10010101 | 1100 | 0 | 100001 | 1100 | 1010010 | 110111 | 1001001 |
Color Harmonies of #C4E095
Complementary color
Monochromatic Colors of #C4E095
Black with #C4E095
Text Example
Text Example
White with #C4E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E095; }
p { color: rgb(196,224,149); }
H1.HeaderClassName
{
color: #C4E095;
}
.AnyTagClassName
{
color: #C4E095;
}
</style>
background-color css
<style>
a { background-color: #C4E095; }
a { background-color: rgb(196,224,149); }
div.DivClassName
{
background-color: #C4E095;
}
.BgClassName
{
background-color: #C4E095;
}
</style>
border-color css
<style>
span { border-color: #C4E095; }
span { border-color: rgb(196,224,149); }
td.TdClassName
{
border-color: #C4E095;
}
.TagClassName
{
border-color: #C4E095;
}
</style>