Shades of Reef #C0FA99
Tints of Reef #C0FA99
RGB
CMYK
RGB Variations
Color information
#C0FA99 (or 0xC0FA99) is known color: Reef. HEX triplet: C0, FA and 99. RGB value is (192,250,153). Sum of RGB (Red+Green+Blue) = 192+250+153=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA99 is #3F0566. Grayscale: #DDDDDD. Windows color (decimal): -4130151 or 10091200. OLE color: 10091200.
HSL color Cylindrical-coordinate representation of color #C0FA99: hue angle of 95.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0FA99 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 153 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.02 |
| HSL | 95.88º | 0.91% | 0.79% | - |
| HSV(B) | 95.88º | 0.39% | 0.98% | - |
| XYZ | 61.67 | 81.88 | 42.69 | - |
| YUV | 221.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 153 | 0.23 | 0 | 0.39 | 0.02 | 95.88 | 0.91 | 0.79 |
| Hex | C0 | FA | 99 | 17 | 0 | 27 | 2 | 60 | 5B | 4F |
| Octal | 300 | 372 | 231 | 27 | 0 | 47 | 2 | 140 | 133 | 117 |
| Binary | 11000000 | 11111010 | 10011001 | 10111 | 0 | 100111 | 10 | 1100000 | 1011011 | 1001111 |
Color Harmonies of #C0FA99
Complementary color
Monochromatic Colors of #C0FA99
Black with #C0FA99
Text Example
Text Example
White with #C0FA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA99; }
p { color: rgb(192,250,153); }
H1.HeaderClassName
{
color: #C0FA99;
}
.AnyTagClassName
{
color: #C0FA99;
}
</style>
background-color css
<style>
a { background-color: #C0FA99; }
a { background-color: rgb(192,250,153); }
div.DivClassName
{
background-color: #C0FA99;
}
.BgClassName
{
background-color: #C0FA99;
}
</style>
border-color css
<style>
span { border-color: #C0FA99; }
span { border-color: rgb(192,250,153); }
td.TdClassName
{
border-color: #C0FA99;
}
.TagClassName
{
border-color: #C0FA99;
}
</style>