Shades of Reef #C0EF9A
Tints of Reef #C0EF9A
RGB
CMYK
RGB Variations
Color information
#C0EF9A (or 0xC0EF9A) is known color: Reef. HEX triplet: C0, EF and 9A. RGB value is (192,239,154). Sum of RGB (Red+Green+Blue) = 192+239+154=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF9A is #3F1065. Grayscale: #D7D7D7. Windows color (decimal): -4132966 or 10153920. OLE color: 10153920.
HSL color Cylindrical-coordinate representation of color #C0EF9A: hue angle of 93.18º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0EF9A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 154 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.06 |
| HSL | 93.18º | 0.73% | 0.77% | - |
| HSV(B) | 93.18º | 0.36% | 0.94% | - |
| XYZ | 58.44 | 75.27 | 42.02 | - |
| YUV | 215.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 154 | 0.20 | 0 | 0.36 | 0.06 | 93.18 | 0.73 | 0.77 |
| Hex | C0 | EF | 9A | 14 | 0 | 24 | 6 | 5D | 49 | 4D |
| Octal | 300 | 357 | 232 | 24 | 0 | 44 | 6 | 135 | 111 | 115 |
| Binary | 11000000 | 11101111 | 10011010 | 10100 | 0 | 100100 | 110 | 1011101 | 1001001 | 1001101 |
Color Harmonies of #C0EF9A
Complementary color
Monochromatic Colors of #C0EF9A
Black with #C0EF9A
Text Example
Text Example
White with #C0EF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF9A; }
p { color: rgb(192,239,154); }
H1.HeaderClassName
{
color: #C0EF9A;
}
.AnyTagClassName
{
color: #C0EF9A;
}
</style>
background-color css
<style>
a { background-color: #C0EF9A; }
a { background-color: rgb(192,239,154); }
div.DivClassName
{
background-color: #C0EF9A;
}
.BgClassName
{
background-color: #C0EF9A;
}
</style>
border-color css
<style>
span { border-color: #C0EF9A; }
span { border-color: rgb(192,239,154); }
td.TdClassName
{
border-color: #C0EF9A;
}
.TagClassName
{
border-color: #C0EF9A;
}
</style>