Shades of Reef #C2F195
Tints of Reef #C2F195
RGB
CMYK
RGB Variations
Color information
#C2F195 (or 0xC2F195) is known color: Reef. HEX triplet: C2, F1 and 95. RGB value is (194,241,149). Sum of RGB (Red+Green+Blue) = 194+241+149=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F195 is #3D0E6A. Grayscale: #D8D8D8. Windows color (decimal): -4001387 or 9826754. OLE color: 9826754.
HSL color Cylindrical-coordinate representation of color #C2F195: hue angle of 90.65º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2F195 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 149 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.05 |
| HSL | 90.65º | 0.77% | 0.76% | - |
| HSV(B) | 90.65º | 0.38% | 0.95% | - |
| XYZ | 59.13 | 76.55 | 40.09 | - |
| YUV | 216.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 149 | 0.20 | 0 | 0.38 | 0.05 | 90.65 | 0.77 | 0.76 |
| Hex | C2 | F1 | 95 | 14 | 0 | 26 | 5 | 5B | 4D | 4C |
| Octal | 302 | 361 | 225 | 24 | 0 | 46 | 5 | 133 | 115 | 114 |
| Binary | 11000010 | 11110001 | 10010101 | 10100 | 0 | 100110 | 101 | 1011011 | 1001101 | 1001100 |
Color Harmonies of #C2F195
Complementary color
Monochromatic Colors of #C2F195
Black with #C2F195
Text Example
Text Example
White with #C2F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F195; }
p { color: rgb(194,241,149); }
H1.HeaderClassName
{
color: #C2F195;
}
.AnyTagClassName
{
color: #C2F195;
}
</style>
background-color css
<style>
a { background-color: #C2F195; }
a { background-color: rgb(194,241,149); }
div.DivClassName
{
background-color: #C2F195;
}
.BgClassName
{
background-color: #C2F195;
}
</style>
border-color css
<style>
span { border-color: #C2F195; }
span { border-color: rgb(194,241,149); }
td.TdClassName
{
border-color: #C2F195;
}
.TagClassName
{
border-color: #C2F195;
}
</style>