Shades of Reef #C0FC9B
Tints of Reef #C0FC9B
RGB
CMYK
RGB Variations
Color information
#C0FC9B (or 0xC0FC9B) is known color: Reef. HEX triplet: C0, FC and 9B. RGB value is (192,252,155). Sum of RGB (Red+Green+Blue) = 192+252+155=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FC9B is #3F0364. Grayscale: #DFDFDF. Windows color (decimal): -4129637 or 10222784. OLE color: 10222784.
HSL color Cylindrical-coordinate representation of color #C0FC9B: hue angle of 97.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0FC9B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 155 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.01 |
| HSL | 97.11º | 0.94% | 0.8% | - |
| HSV(B) | 97.11º | 0.38% | 0.99% | - |
| XYZ | 62.47 | 83.19 | 43.78 | - |
| YUV | 223 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 155 | 0.24 | 0 | 0.38 | 0.01 | 97.11 | 0.94 | 0.8 |
| Hex | C0 | FC | 9B | 18 | 0 | 26 | 1 | 61 | 5E | 50 |
| Octal | 300 | 374 | 233 | 30 | 0 | 46 | 1 | 141 | 136 | 120 |
| Binary | 11000000 | 11111100 | 10011011 | 11000 | 0 | 100110 | 1 | 1100001 | 1011110 | 1010000 |
Color Harmonies of #C0FC9B
Complementary color
Monochromatic Colors of #C0FC9B
Black with #C0FC9B
Text Example
Text Example
White with #C0FC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC9B; }
p { color: rgb(192,252,155); }
H1.HeaderClassName
{
color: #C0FC9B;
}
.AnyTagClassName
{
color: #C0FC9B;
}
</style>
background-color css
<style>
a { background-color: #C0FC9B; }
a { background-color: rgb(192,252,155); }
div.DivClassName
{
background-color: #C0FC9B;
}
.BgClassName
{
background-color: #C0FC9B;
}
</style>
border-color css
<style>
span { border-color: #C0FC9B; }
span { border-color: rgb(192,252,155); }
td.TdClassName
{
border-color: #C0FC9B;
}
.TagClassName
{
border-color: #C0FC9B;
}
</style>