Shades of Reef #C0E495
Tints of Reef #C0E495
RGB
CMYK
RGB Variations
Color information
#C0E495 (or 0xC0E495) is known color: Reef. HEX triplet: C0, E4 and 95. RGB value is (192,228,149). Sum of RGB (Red+Green+Blue) = 192+228+149=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E495 is #3F1B6A. Grayscale: #D0D0D0. Windows color (decimal): -4135787 or 9823424. OLE color: 9823424.
HSL color Cylindrical-coordinate representation of color #C0E495: hue angle of 87.34º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0E495 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 149 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.11 |
| HSL | 87.34º | 0.59% | 0.74% | - |
| HSV(B) | 87.34º | 0.35% | 0.89% | - |
| XYZ | 54.91 | 68.86 | 38.83 | - |
| YUV | 208.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 149 | 0.16 | 0 | 0.35 | 0.11 | 87.34 | 0.59 | 0.74 |
| Hex | C0 | E4 | 95 | 10 | 0 | 23 | B | 57 | 3B | 4A |
| Octal | 300 | 344 | 225 | 20 | 0 | 43 | 13 | 127 | 73 | 112 |
| Binary | 11000000 | 11100100 | 10010101 | 10000 | 0 | 100011 | 1011 | 1010111 | 111011 | 1001010 |
Color Harmonies of #C0E495
Complementary color
Monochromatic Colors of #C0E495
Black with #C0E495
Text Example
Text Example
White with #C0E495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E495; }
p { color: rgb(192,228,149); }
H1.HeaderClassName
{
color: #C0E495;
}
.AnyTagClassName
{
color: #C0E495;
}
</style>
background-color css
<style>
a { background-color: #C0E495; }
a { background-color: rgb(192,228,149); }
div.DivClassName
{
background-color: #C0E495;
}
.BgClassName
{
background-color: #C0E495;
}
</style>
border-color css
<style>
span { border-color: #C0E495; }
span { border-color: rgb(192,228,149); }
td.TdClassName
{
border-color: #C0E495;
}
.TagClassName
{
border-color: #C0E495;
}
</style>