Shades of Reef #C0FC92
Tints of Reef #C0FC92
RGB
CMYK
RGB Variations
Color information
#C0FC92 (or 0xC0FC92) is known color: Reef. HEX triplet: C0, FC and 92. RGB value is (192,252,146). Sum of RGB (Red+Green+Blue) = 192+252+146=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FC92 is #3F036D. Grayscale: #DEDEDE. Windows color (decimal): -4129646 or 9632960. OLE color: 9632960.
HSL color Cylindrical-coordinate representation of color #C0FC92: hue angle of 93.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0FC92 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 146 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.01 |
| HSL | 93.96º | 0.95% | 0.78% | - |
| HSV(B) | 93.96º | 0.42% | 0.99% | - |
| XYZ | 61.74 | 82.9 | 39.94 | - |
| YUV | 221.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 146 | 0.24 | 0 | 0.42 | 0.01 | 93.96 | 0.95 | 0.78 |
| Hex | C0 | FC | 92 | 18 | 0 | 2A | 1 | 5E | 5F | 4E |
| Octal | 300 | 374 | 222 | 30 | 0 | 52 | 1 | 136 | 137 | 116 |
| Binary | 11000000 | 11111100 | 10010010 | 11000 | 0 | 101010 | 1 | 1011110 | 1011111 | 1001110 |
Color Harmonies of #C0FC92
Complementary color
Monochromatic Colors of #C0FC92
Black with #C0FC92
Text Example
Text Example
White with #C0FC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC92; }
p { color: rgb(192,252,146); }
H1.HeaderClassName
{
color: #C0FC92;
}
.AnyTagClassName
{
color: #C0FC92;
}
</style>
background-color css
<style>
a { background-color: #C0FC92; }
a { background-color: rgb(192,252,146); }
div.DivClassName
{
background-color: #C0FC92;
}
.BgClassName
{
background-color: #C0FC92;
}
</style>
border-color css
<style>
span { border-color: #C0FC92; }
span { border-color: rgb(192,252,146); }
td.TdClassName
{
border-color: #C0FC92;
}
.TagClassName
{
border-color: #C0FC92;
}
</style>