Shades of Reef #C2FE9E
Tints of Reef #C2FE9E
RGB
CMYK
RGB Variations
Color information
#C2FE9E (or 0xC2FE9E) is known color: Reef. HEX triplet: C2, FE and 9E. RGB value is (194,254,158). Sum of RGB (Red+Green+Blue) = 194+254+158=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FE9E is #3D0161. Grayscale: #E1E1E1. Windows color (decimal): -3998050 or 10419906. OLE color: 10419906.
HSL color Cylindrical-coordinate representation of color #C2FE9E: hue angle of 97.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2FE9E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 158 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.00 |
| HSL | 97.5º | 0.98% | 0.81% | - |
| HSV(B) | 97.5º | 0.38% | 1% | - |
| XYZ | 63.86 | 84.82 | 45.35 | - |
| YUV | 225.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 158 | 0.24 | 0 | 0.38 | 0.00 | 97.5 | 0.98 | 0.81 |
| Hex | C2 | FE | 9E | 18 | 0 | 26 | 0 | 62 | 62 | 51 |
| Octal | 302 | 376 | 236 | 30 | 0 | 46 | 0 | 142 | 142 | 121 |
| Binary | 11000010 | 11111110 | 10011110 | 11000 | 0 | 100110 | 0 | 1100010 | 1100010 | 1010001 |
Color Harmonies of #C2FE9E
Complementary color
Monochromatic Colors of #C2FE9E
Black with #C2FE9E
Text Example
Text Example
White with #C2FE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE9E; }
p { color: rgb(194,254,158); }
H1.HeaderClassName
{
color: #C2FE9E;
}
.AnyTagClassName
{
color: #C2FE9E;
}
</style>
background-color css
<style>
a { background-color: #C2FE9E; }
a { background-color: rgb(194,254,158); }
div.DivClassName
{
background-color: #C2FE9E;
}
.BgClassName
{
background-color: #C2FE9E;
}
</style>
border-color css
<style>
span { border-color: #C2FE9E; }
span { border-color: rgb(194,254,158); }
td.TdClassName
{
border-color: #C2FE9E;
}
.TagClassName
{
border-color: #C2FE9E;
}
</style>