Shades of Reef #C2F99C
Tints of Reef #C2F99C
RGB
CMYK
RGB Variations
Color information
#C2F99C (or 0xC2F99C) is known color: Reef. HEX triplet: C2, F9 and 9C. RGB value is (194,249,156). Sum of RGB (Red+Green+Blue) = 194+249+156=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F99C is #3D0663. Grayscale: #DEDEDE. Windows color (decimal): -3999332 or 10287554. OLE color: 10287554.
HSL color Cylindrical-coordinate representation of color #C2F99C: hue angle of 95.48º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2F99C is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 156 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.02 |
| HSL | 95.48º | 0.89% | 0.79% | - |
| HSV(B) | 95.48º | 0.37% | 0.98% | - |
| XYZ | 62.12 | 81.62 | 43.93 | - |
| YUV | 221.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 156 | 0.22 | 0 | 0.37 | 0.02 | 95.48 | 0.89 | 0.79 |
| Hex | C2 | F9 | 9C | 16 | 0 | 25 | 2 | 5F | 59 | 4F |
| Octal | 302 | 371 | 234 | 26 | 0 | 45 | 2 | 137 | 131 | 117 |
| Binary | 11000010 | 11111001 | 10011100 | 10110 | 0 | 100101 | 10 | 1011111 | 1011001 | 1001111 |
Color Harmonies of #C2F99C
Complementary color
Monochromatic Colors of #C2F99C
Black with #C2F99C
Text Example
Text Example
White with #C2F99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F99C; }
p { color: rgb(194,249,156); }
H1.HeaderClassName
{
color: #C2F99C;
}
.AnyTagClassName
{
color: #C2F99C;
}
</style>
background-color css
<style>
a { background-color: #C2F99C; }
a { background-color: rgb(194,249,156); }
div.DivClassName
{
background-color: #C2F99C;
}
.BgClassName
{
background-color: #C2F99C;
}
</style>
border-color css
<style>
span { border-color: #C2F99C; }
span { border-color: rgb(194,249,156); }
td.TdClassName
{
border-color: #C2F99C;
}
.TagClassName
{
border-color: #C2F99C;
}
</style>