Shades of Reef #C2FE93
Tints of Reef #C2FE93
RGB
CMYK
RGB Variations
Color information
#C2FE93 (or 0xC2FE93) is known color: Reef. HEX triplet: C2, FE and 93. RGB value is (194,254,147). Sum of RGB (Red+Green+Blue) = 194+254+147=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FE93 is #3D016C. Grayscale: #E0E0E0. Windows color (decimal): -3998061 or 9699010. OLE color: 9699010.
HSL color Cylindrical-coordinate representation of color #C2FE93: hue angle of 93.64º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2FE93 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 147 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.00 |
| HSL | 93.64º | 0.98% | 0.79% | - |
| HSV(B) | 93.64º | 0.42% | 1% | - |
| XYZ | 62.96 | 84.46 | 40.59 | - |
| YUV | 223.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 147 | 0.24 | 0 | 0.42 | 0.00 | 93.64 | 0.98 | 0.79 |
| Hex | C2 | FE | 93 | 18 | 0 | 2A | 0 | 5E | 62 | 4F |
| Octal | 302 | 376 | 223 | 30 | 0 | 52 | 0 | 136 | 142 | 117 |
| Binary | 11000010 | 11111110 | 10010011 | 11000 | 0 | 101010 | 0 | 1011110 | 1100010 | 1001111 |
Color Harmonies of #C2FE93
Complementary color
Monochromatic Colors of #C2FE93
Black with #C2FE93
Text Example
Text Example
White with #C2FE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE93; }
p { color: rgb(194,254,147); }
H1.HeaderClassName
{
color: #C2FE93;
}
.AnyTagClassName
{
color: #C2FE93;
}
</style>
background-color css
<style>
a { background-color: #C2FE93; }
a { background-color: rgb(194,254,147); }
div.DivClassName
{
background-color: #C2FE93;
}
.BgClassName
{
background-color: #C2FE93;
}
</style>
border-color css
<style>
span { border-color: #C2FE93; }
span { border-color: rgb(194,254,147); }
td.TdClassName
{
border-color: #C2FE93;
}
.TagClassName
{
border-color: #C2FE93;
}
</style>