Shades of Reef #C2FF9C
Tints of Reef #C2FF9C
RGB
CMYK
RGB Variations
Color information
#C2FF9C (or 0xC2FF9C) is known color: Reef. HEX triplet: C2, FF and 9C. RGB value is (194,255,156). Sum of RGB (Red+Green+Blue) = 194+255+156=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF9C is #3D0063. Grayscale: #E1E1E1. Windows color (decimal): -3997796 or 10289090. OLE color: 10289090.
HSL color Cylindrical-coordinate representation of color #C2FF9C: hue angle of 96.97º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2FF9C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 156 | - |
| CMYK | 0.24 | 0 | 0.39 | 0 |
| HSL | 96.97º | 1% | 0.81% | - |
| HSV(B) | 96.97º | 0.39% | 1% | - |
| XYZ | 64.01 | 85.39 | 44.56 | - |
| YUV | 225.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 156 | 0.24 | 0 | 0.39 | 0 | 96.97 | 1 | 0.81 |
| Hex | C2 | FF | 9C | 18 | 0 | 27 | 0 | 61 | 64 | 51 |
| Octal | 302 | 377 | 234 | 30 | 0 | 47 | 0 | 141 | 144 | 121 |
| Binary | 11000010 | 11111111 | 10011100 | 11000 | 0 | 100111 | 0 | 1100001 | 1100100 | 1010001 |
Color Harmonies of #C2FF9C
Complementary color
Monochromatic Colors of #C2FF9C
Black with #C2FF9C
Text Example
Text Example
White with #C2FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF9C; }
p { color: rgb(194,255,156); }
H1.HeaderClassName
{
color: #C2FF9C;
}
.AnyTagClassName
{
color: #C2FF9C;
}
</style>
background-color css
<style>
a { background-color: #C2FF9C; }
a { background-color: rgb(194,255,156); }
div.DivClassName
{
background-color: #C2FF9C;
}
.BgClassName
{
background-color: #C2FF9C;
}
</style>
border-color css
<style>
span { border-color: #C2FF9C; }
span { border-color: rgb(194,255,156); }
td.TdClassName
{
border-color: #C2FF9C;
}
.TagClassName
{
border-color: #C2FF9C;
}
</style>