Shades of Reef #C3F296
Tints of Reef #C3F296
RGB
CMYK
RGB Variations
Color information
#C3F296 (or 0xC3F296) is known color: Reef. HEX triplet: C3, F2 and 96. RGB value is (195,242,150). Sum of RGB (Red+Green+Blue) = 195+242+150=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F296 is #3C0D69. Grayscale: #D9D9D9. Windows color (decimal): -3935594 or 9892547. OLE color: 9892547.
HSL color Cylindrical-coordinate representation of color #C3F296: hue angle of 90.65º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3F296 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 150 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.05 |
| HSL | 90.65º | 0.78% | 0.77% | - |
| HSV(B) | 90.65º | 0.38% | 0.95% | - |
| XYZ | 59.76 | 77.31 | 40.63 | - |
| YUV | 217.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 150 | 0.19 | 0 | 0.38 | 0.05 | 90.65 | 0.78 | 0.77 |
| Hex | C3 | F2 | 96 | 13 | 0 | 26 | 5 | 5B | 4E | 4D |
| Octal | 303 | 362 | 226 | 23 | 0 | 46 | 5 | 133 | 116 | 115 |
| Binary | 11000011 | 11110010 | 10010110 | 10011 | 0 | 100110 | 101 | 1011011 | 1001110 | 1001101 |
Color Harmonies of #C3F296
Complementary color
Monochromatic Colors of #C3F296
Black with #C3F296
Text Example
Text Example
White with #C3F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F296; }
p { color: rgb(195,242,150); }
H1.HeaderClassName
{
color: #C3F296;
}
.AnyTagClassName
{
color: #C3F296;
}
</style>
background-color css
<style>
a { background-color: #C3F296; }
a { background-color: rgb(195,242,150); }
div.DivClassName
{
background-color: #C3F296;
}
.BgClassName
{
background-color: #C3F296;
}
</style>
border-color css
<style>
span { border-color: #C3F296; }
span { border-color: rgb(195,242,150); }
td.TdClassName
{
border-color: #C3F296;
}
.TagClassName
{
border-color: #C3F296;
}
</style>