Shades of Reef #C3F696
Tints of Reef #C3F696
RGB
CMYK
RGB Variations
Color information
#C3F696 (or 0xC3F696) is known color: Reef. HEX triplet: C3, F6 and 96. RGB value is (195,246,150). Sum of RGB (Red+Green+Blue) = 195+246+150=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F696 is #3C0969. Grayscale: #DCDCDC. Windows color (decimal): -3934570 or 9893571. OLE color: 9893571.
HSL color Cylindrical-coordinate representation of color #C3F696: hue angle of 91.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3F696 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 150 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.04 |
| HSL | 91.88º | 0.84% | 0.78% | - |
| HSV(B) | 91.88º | 0.39% | 0.96% | - |
| XYZ | 60.97 | 79.72 | 41.03 | - |
| YUV | 219.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 150 | 0.21 | 0 | 0.39 | 0.04 | 91.88 | 0.84 | 0.78 |
| Hex | C3 | F6 | 96 | 15 | 0 | 27 | 4 | 5C | 54 | 4E |
| Octal | 303 | 366 | 226 | 25 | 0 | 47 | 4 | 134 | 124 | 116 |
| Binary | 11000011 | 11110110 | 10010110 | 10101 | 0 | 100111 | 100 | 1011100 | 1010100 | 1001110 |
Color Harmonies of #C3F696
Complementary color
Monochromatic Colors of #C3F696
Black with #C3F696
Text Example
Text Example
White with #C3F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F696; }
p { color: rgb(195,246,150); }
H1.HeaderClassName
{
color: #C3F696;
}
.AnyTagClassName
{
color: #C3F696;
}
</style>
background-color css
<style>
a { background-color: #C3F696; }
a { background-color: rgb(195,246,150); }
div.DivClassName
{
background-color: #C3F696;
}
.BgClassName
{
background-color: #C3F696;
}
</style>
border-color css
<style>
span { border-color: #C3F696; }
span { border-color: rgb(195,246,150); }
td.TdClassName
{
border-color: #C3F696;
}
.TagClassName
{
border-color: #C3F696;
}
</style>