Shades of Reef #C0FA91
Tints of Reef #C0FA91
RGB
CMYK
RGB Variations
Color information
#C0FA91 (or 0xC0FA91) is known color: Reef. HEX triplet: C0, FA and 91. RGB value is (192,250,145). Sum of RGB (Red+Green+Blue) = 192+250+145=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA91 is #3F056E. Grayscale: #DDDDDD. Windows color (decimal): -4130159 or 9566912. OLE color: 9566912.
HSL color Cylindrical-coordinate representation of color #C0FA91: hue angle of 93.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0FA91 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 145 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.02 |
| HSL | 93.14º | 0.91% | 0.77% | - |
| HSV(B) | 93.14º | 0.42% | 0.98% | - |
| XYZ | 61.03 | 81.62 | 39.33 | - |
| YUV | 220.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 145 | 0.23 | 0 | 0.42 | 0.02 | 93.14 | 0.91 | 0.77 |
| Hex | C0 | FA | 91 | 17 | 0 | 2A | 2 | 5D | 5B | 4D |
| Octal | 300 | 372 | 221 | 27 | 0 | 52 | 2 | 135 | 133 | 115 |
| Binary | 11000000 | 11111010 | 10010001 | 10111 | 0 | 101010 | 10 | 1011101 | 1011011 | 1001101 |
Color Harmonies of #C0FA91
Complementary color
Monochromatic Colors of #C0FA91
Black with #C0FA91
Text Example
Text Example
White with #C0FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA91; }
p { color: rgb(192,250,145); }
H1.HeaderClassName
{
color: #C0FA91;
}
.AnyTagClassName
{
color: #C0FA91;
}
</style>
background-color css
<style>
a { background-color: #C0FA91; }
a { background-color: rgb(192,250,145); }
div.DivClassName
{
background-color: #C0FA91;
}
.BgClassName
{
background-color: #C0FA91;
}
</style>
border-color css
<style>
span { border-color: #C0FA91; }
span { border-color: rgb(192,250,145); }
td.TdClassName
{
border-color: #C0FA91;
}
.TagClassName
{
border-color: #C0FA91;
}
</style>