Shades of Reef #C0F199
Tints of Reef #C0F199
RGB
CMYK
RGB Variations
Color information
#C0F199 (or 0xC0F199) is known color: Reef. HEX triplet: C0, F1 and 99. RGB value is (192,241,153). Sum of RGB (Red+Green+Blue) = 192+241+153=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F199 is #3F0E66. Grayscale: #D8D8D8. Windows color (decimal): -4132455 or 10088896. OLE color: 10088896.
HSL color Cylindrical-coordinate representation of color #C0F199: hue angle of 93.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0F199 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 153 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.05 |
| HSL | 93.41º | 0.76% | 0.77% | - |
| HSV(B) | 93.41º | 0.37% | 0.95% | - |
| XYZ | 58.94 | 76.42 | 41.78 | - |
| YUV | 216.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 153 | 0.20 | 0 | 0.37 | 0.05 | 93.41 | 0.76 | 0.77 |
| Hex | C0 | F1 | 99 | 14 | 0 | 25 | 5 | 5D | 4C | 4D |
| Octal | 300 | 361 | 231 | 24 | 0 | 45 | 5 | 135 | 114 | 115 |
| Binary | 11000000 | 11110001 | 10011001 | 10100 | 0 | 100101 | 101 | 1011101 | 1001100 | 1001101 |
Color Harmonies of #C0F199
Complementary color
Monochromatic Colors of #C0F199
Black with #C0F199
Text Example
Text Example
White with #C0F199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F199; }
p { color: rgb(192,241,153); }
H1.HeaderClassName
{
color: #C0F199;
}
.AnyTagClassName
{
color: #C0F199;
}
</style>
background-color css
<style>
a { background-color: #C0F199; }
a { background-color: rgb(192,241,153); }
div.DivClassName
{
background-color: #C0F199;
}
.BgClassName
{
background-color: #C0F199;
}
</style>
border-color css
<style>
span { border-color: #C0F199; }
span { border-color: rgb(192,241,153); }
td.TdClassName
{
border-color: #C0F199;
}
.TagClassName
{
border-color: #C0F199;
}
</style>