Shades of Reef #C2F693
Tints of Reef #C2F693
RGB
CMYK
RGB Variations
Color information
#C2F693 (or 0xC2F693) is known color: Reef. HEX triplet: C2, F6 and 93. RGB value is (194,246,147). Sum of RGB (Red+Green+Blue) = 194+246+147=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F693 is #3D096C. Grayscale: #DBDBDB. Windows color (decimal): -4000109 or 9696962. OLE color: 9696962.
HSL color Cylindrical-coordinate representation of color #C2F693: hue angle of 91.52º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2F693 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 147 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.04 |
| HSL | 91.52º | 0.85% | 0.77% | - |
| HSV(B) | 91.52º | 0.4% | 0.96% | - |
| XYZ | 60.47 | 79.49 | 39.76 | - |
| YUV | 219.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 147 | 0.21 | 0 | 0.40 | 0.04 | 91.52 | 0.85 | 0.77 |
| Hex | C2 | F6 | 93 | 15 | 0 | 28 | 4 | 5C | 55 | 4D |
| Octal | 302 | 366 | 223 | 25 | 0 | 50 | 4 | 134 | 125 | 115 |
| Binary | 11000010 | 11110110 | 10010011 | 10101 | 0 | 101000 | 100 | 1011100 | 1010101 | 1001101 |
Color Harmonies of #C2F693
Complementary color
Monochromatic Colors of #C2F693
Black with #C2F693
Text Example
Text Example
White with #C2F693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F693; }
p { color: rgb(194,246,147); }
H1.HeaderClassName
{
color: #C2F693;
}
.AnyTagClassName
{
color: #C2F693;
}
</style>
background-color css
<style>
a { background-color: #C2F693; }
a { background-color: rgb(194,246,147); }
div.DivClassName
{
background-color: #C2F693;
}
.BgClassName
{
background-color: #C2F693;
}
</style>
border-color css
<style>
span { border-color: #C2F693; }
span { border-color: rgb(194,246,147); }
td.TdClassName
{
border-color: #C2F693;
}
.TagClassName
{
border-color: #C2F693;
}
</style>