Shades of Reef #C0FE96
Tints of Reef #C0FE96
RGB
CMYK
RGB Variations
Color information
#C0FE96 (or 0xC0FE96) is known color: Reef. HEX triplet: C0, FE and 96. RGB value is (192,254,150). Sum of RGB (Red+Green+Blue) = 192+254+150=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FE96 is #3F0169. Grayscale: #DFDFDF. Windows color (decimal): -4129130 or 9895616. OLE color: 9895616.
HSL color Cylindrical-coordinate representation of color #C0FE96: hue angle of 95.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0FE96 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 150 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.00 |
| HSL | 95.77º | 0.98% | 0.79% | - |
| HSV(B) | 95.77º | 0.41% | 1% | - |
| XYZ | 62.69 | 84.29 | 41.82 | - |
| YUV | 223.61 | 86.46 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 150 | 0.24 | 0 | 0.41 | 0.00 | 95.77 | 0.98 | 0.79 |
| Hex | C0 | FE | 96 | 18 | 0 | 29 | 0 | 60 | 62 | 4F |
| Octal | 300 | 376 | 226 | 30 | 0 | 51 | 0 | 140 | 142 | 117 |
| Binary | 11000000 | 11111110 | 10010110 | 11000 | 0 | 101001 | 0 | 1100000 | 1100010 | 1001111 |
Color Harmonies of #C0FE96
Complementary color
Monochromatic Colors of #C0FE96
Black with #C0FE96
Text Example
Text Example
White with #C0FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE96; }
p { color: rgb(192,254,150); }
H1.HeaderClassName
{
color: #C0FE96;
}
.AnyTagClassName
{
color: #C0FE96;
}
</style>
background-color css
<style>
a { background-color: #C0FE96; }
a { background-color: rgb(192,254,150); }
div.DivClassName
{
background-color: #C0FE96;
}
.BgClassName
{
background-color: #C0FE96;
}
</style>
border-color css
<style>
span { border-color: #C0FE96; }
span { border-color: rgb(192,254,150); }
td.TdClassName
{
border-color: #C0FE96;
}
.TagClassName
{
border-color: #C0FE96;
}
</style>