Shades of Reef #C0F992
Tints of Reef #C0F992
RGB
CMYK
RGB Variations
Color information
#C0F992 (or 0xC0F992) is known color: Reef. HEX triplet: C0, F9 and 92. RGB value is (192,249,146). Sum of RGB (Red+Green+Blue) = 192+249+146=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F992 is #3F066D. Grayscale: #DCDCDC. Windows color (decimal): -4130414 or 9632192. OLE color: 9632192.
HSL color Cylindrical-coordinate representation of color #C0F992: hue angle of 93.2º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0F992 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 146 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.02 |
| HSL | 93.2º | 0.9% | 0.77% | - |
| HSV(B) | 93.2º | 0.41% | 0.98% | - |
| XYZ | 60.8 | 81.03 | 39.63 | - |
| YUV | 220.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 146 | 0.23 | 0 | 0.41 | 0.02 | 93.2 | 0.9 | 0.77 |
| Hex | C0 | F9 | 92 | 17 | 0 | 29 | 2 | 5D | 5A | 4D |
| Octal | 300 | 371 | 222 | 27 | 0 | 51 | 2 | 135 | 132 | 115 |
| Binary | 11000000 | 11111001 | 10010010 | 10111 | 0 | 101001 | 10 | 1011101 | 1011010 | 1001101 |
Color Harmonies of #C0F992
Complementary color
Monochromatic Colors of #C0F992
Black with #C0F992
Text Example
Text Example
White with #C0F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F992; }
p { color: rgb(192,249,146); }
H1.HeaderClassName
{
color: #C0F992;
}
.AnyTagClassName
{
color: #C0F992;
}
</style>
background-color css
<style>
a { background-color: #C0F992; }
a { background-color: rgb(192,249,146); }
div.DivClassName
{
background-color: #C0F992;
}
.BgClassName
{
background-color: #C0F992;
}
</style>
border-color css
<style>
span { border-color: #C0F992; }
span { border-color: rgb(192,249,146); }
td.TdClassName
{
border-color: #C0F992;
}
.TagClassName
{
border-color: #C0F992;
}
</style>