Shades of Reef #C0F492
Tints of Reef #C0F492
RGB
CMYK
RGB Variations
Color information
#C0F492 (or 0xC0F492) is known color: Reef. HEX triplet: C0, F4 and 92. RGB value is (192,244,146). Sum of RGB (Red+Green+Blue) = 192+244+146=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F492 is #3F0B6D. Grayscale: #D9D9D9. Windows color (decimal): -4131694 or 9630912. OLE color: 9630912.
HSL color Cylindrical-coordinate representation of color #C0F492: hue angle of 91.84º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0F492 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 146 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.04 |
| HSL | 91.84º | 0.82% | 0.76% | - |
| HSV(B) | 91.84º | 0.4% | 0.96% | - |
| XYZ | 59.28 | 77.98 | 39.12 | - |
| YUV | 217.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 146 | 0.21 | 0 | 0.40 | 0.04 | 91.84 | 0.82 | 0.76 |
| Hex | C0 | F4 | 92 | 15 | 0 | 28 | 4 | 5C | 52 | 4C |
| Octal | 300 | 364 | 222 | 25 | 0 | 50 | 4 | 134 | 122 | 114 |
| Binary | 11000000 | 11110100 | 10010010 | 10101 | 0 | 101000 | 100 | 1011100 | 1010010 | 1001100 |
Color Harmonies of #C0F492
Complementary color
Monochromatic Colors of #C0F492
Black with #C0F492
Text Example
Text Example
White with #C0F492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F492; }
p { color: rgb(192,244,146); }
H1.HeaderClassName
{
color: #C0F492;
}
.AnyTagClassName
{
color: #C0F492;
}
</style>
background-color css
<style>
a { background-color: #C0F492; }
a { background-color: rgb(192,244,146); }
div.DivClassName
{
background-color: #C0F492;
}
.BgClassName
{
background-color: #C0F492;
}
</style>
border-color css
<style>
span { border-color: #C0F492; }
span { border-color: rgb(192,244,146); }
td.TdClassName
{
border-color: #C0F492;
}
.TagClassName
{
border-color: #C0F492;
}
</style>