Shades of Reef #C0FE95
Tints of Reef #C0FE95
RGB
CMYK
RGB Variations
Color information
#C0FE95 (or 0xC0FE95) is known color: Reef. HEX triplet: C0, FE and 95. RGB value is (192,254,149). Sum of RGB (Red+Green+Blue) = 192+254+149=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FE95 is #3F016A. Grayscale: #DFDFDF. Windows color (decimal): -4129131 or 9830080. OLE color: 9830080.
HSL color Cylindrical-coordinate representation of color #C0FE95: hue angle of 95.43º 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 #C0FE95 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 149 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.00 |
| HSL | 95.43º | 0.98% | 0.79% | - |
| HSV(B) | 95.43º | 0.41% | 1% | - |
| XYZ | 62.6 | 84.26 | 41.4 | - |
| YUV | 223.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 149 | 0.24 | 0 | 0.41 | 0.00 | 95.43 | 0.98 | 0.79 |
| Hex | C0 | FE | 95 | 18 | 0 | 29 | 0 | 5F | 62 | 4F |
| Octal | 300 | 376 | 225 | 30 | 0 | 51 | 0 | 137 | 142 | 117 |
| Binary | 11000000 | 11111110 | 10010101 | 11000 | 0 | 101001 | 0 | 1011111 | 1100010 | 1001111 |
Color Harmonies of #C0FE95
Complementary color
Monochromatic Colors of #C0FE95
Black with #C0FE95
Text Example
Text Example
White with #C0FE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE95; }
p { color: rgb(192,254,149); }
H1.HeaderClassName
{
color: #C0FE95;
}
.AnyTagClassName
{
color: #C0FE95;
}
</style>
background-color css
<style>
a { background-color: #C0FE95; }
a { background-color: rgb(192,254,149); }
div.DivClassName
{
background-color: #C0FE95;
}
.BgClassName
{
background-color: #C0FE95;
}
</style>
border-color css
<style>
span { border-color: #C0FE95; }
span { border-color: rgb(192,254,149); }
td.TdClassName
{
border-color: #C0FE95;
}
.TagClassName
{
border-color: #C0FE95;
}
</style>