Shades of Reef #C0E794
Tints of Reef #C0E794
RGB
CMYK
RGB Variations
Color information
#C0E794 (or 0xC0E794) is known color: Reef. HEX triplet: C0, E7 and 94. RGB value is (192,231,148). Sum of RGB (Red+Green+Blue) = 192+231+148=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E794 is #3F186B. Grayscale: #D2D2D2. Windows color (decimal): -4135020 or 9758656. OLE color: 9758656.
HSL color Cylindrical-coordinate representation of color #C0E794: hue angle of 88.19º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0E794 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 148 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.09 |
| HSL | 88.19º | 0.63% | 0.74% | - |
| HSV(B) | 88.19º | 0.36% | 0.91% | - |
| XYZ | 55.66 | 70.5 | 38.69 | - |
| YUV | 209.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 148 | 0.17 | 0 | 0.36 | 0.09 | 88.19 | 0.63 | 0.74 |
| Hex | C0 | E7 | 94 | 11 | 0 | 24 | 9 | 58 | 3F | 4A |
| Octal | 300 | 347 | 224 | 21 | 0 | 44 | 11 | 130 | 77 | 112 |
| Binary | 11000000 | 11100111 | 10010100 | 10001 | 0 | 100100 | 1001 | 1011000 | 111111 | 1001010 |
Color Harmonies of #C0E794
Complementary color
Monochromatic Colors of #C0E794
Black with #C0E794
Text Example
Text Example
White with #C0E794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E794; }
p { color: rgb(192,231,148); }
H1.HeaderClassName
{
color: #C0E794;
}
.AnyTagClassName
{
color: #C0E794;
}
</style>
background-color css
<style>
a { background-color: #C0E794; }
a { background-color: rgb(192,231,148); }
div.DivClassName
{
background-color: #C0E794;
}
.BgClassName
{
background-color: #C0E794;
}
</style>
border-color css
<style>
span { border-color: #C0E794; }
span { border-color: rgb(192,231,148); }
td.TdClassName
{
border-color: #C0E794;
}
.TagClassName
{
border-color: #C0E794;
}
</style>