Shades of Reef #C0FF9A
Tints of Reef #C0FF9A
RGB
CMYK
RGB Variations
Color information
#C0FF9A (or 0xC0FF9A) is known color: Reef. HEX triplet: C0, FF and 9A. RGB value is (192,255,154). Sum of RGB (Red+Green+Blue) = 192+255+154=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF9A is #3F0065. Grayscale: #E0E0E0. Windows color (decimal): -4128870 or 10158016. OLE color: 10158016.
HSL color Cylindrical-coordinate representation of color #C0FF9A: hue angle of 97.43º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0FF9A is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 154 | - |
| CMYK | 0.25 | 0 | 0.40 | 0 |
| HSL | 97.43º | 1% | 0.8% | - |
| HSV(B) | 97.43º | 0.4% | 1% | - |
| XYZ | 63.33 | 85.06 | 43.65 | - |
| YUV | 224.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 154 | 0.25 | 0 | 0.40 | 0 | 97.43 | 1 | 0.8 |
| Hex | C0 | FF | 9A | 19 | 0 | 28 | 0 | 61 | 64 | 50 |
| Octal | 300 | 377 | 232 | 31 | 0 | 50 | 0 | 141 | 144 | 120 |
| Binary | 11000000 | 11111111 | 10011010 | 11001 | 0 | 101000 | 0 | 1100001 | 1100100 | 1010000 |
Color Harmonies of #C0FF9A
Complementary color
Monochromatic Colors of #C0FF9A
Black with #C0FF9A
Text Example
Text Example
White with #C0FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF9A; }
p { color: rgb(192,255,154); }
H1.HeaderClassName
{
color: #C0FF9A;
}
.AnyTagClassName
{
color: #C0FF9A;
}
</style>
background-color css
<style>
a { background-color: #C0FF9A; }
a { background-color: rgb(192,255,154); }
div.DivClassName
{
background-color: #C0FF9A;
}
.BgClassName
{
background-color: #C0FF9A;
}
</style>
border-color css
<style>
span { border-color: #C0FF9A; }
span { border-color: rgb(192,255,154); }
td.TdClassName
{
border-color: #C0FF9A;
}
.TagClassName
{
border-color: #C0FF9A;
}
</style>