Shades of Reef #C0FE93
Tints of Reef #C0FE93
RGB
CMYK
RGB Variations
Color information
#C0FE93 (or 0xC0FE93) is known color: Reef. HEX triplet: C0, FE and 93. RGB value is (192,254,147). Sum of RGB (Red+Green+Blue) = 192+254+147=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FE93 is #3F016C. Grayscale: #DFDFDF. Windows color (decimal): -4129133 or 9699008. OLE color: 9699008.
HSL color Cylindrical-coordinate representation of color #C0FE93: hue angle of 94.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0FE93 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 147 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.00 |
| HSL | 94.77º | 0.98% | 0.79% | - |
| HSV(B) | 94.77º | 0.42% | 1% | - |
| XYZ | 62.45 | 84.2 | 40.56 | - |
| YUV | 223.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 147 | 0.24 | 0 | 0.42 | 0.00 | 94.77 | 0.98 | 0.79 |
| Hex | C0 | FE | 93 | 18 | 0 | 2A | 0 | 5F | 62 | 4F |
| Octal | 300 | 376 | 223 | 30 | 0 | 52 | 0 | 137 | 142 | 117 |
| Binary | 11000000 | 11111110 | 10010011 | 11000 | 0 | 101010 | 0 | 1011111 | 1100010 | 1001111 |
Color Harmonies of #C0FE93
Complementary color
Monochromatic Colors of #C0FE93
Black with #C0FE93
Text Example
Text Example
White with #C0FE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE93; }
p { color: rgb(192,254,147); }
H1.HeaderClassName
{
color: #C0FE93;
}
.AnyTagClassName
{
color: #C0FE93;
}
</style>
background-color css
<style>
a { background-color: #C0FE93; }
a { background-color: rgb(192,254,147); }
div.DivClassName
{
background-color: #C0FE93;
}
.BgClassName
{
background-color: #C0FE93;
}
</style>
border-color css
<style>
span { border-color: #C0FE93; }
span { border-color: rgb(192,254,147); }
td.TdClassName
{
border-color: #C0FE93;
}
.TagClassName
{
border-color: #C0FE93;
}
</style>