Shades of Reef #C7FF9E
Tints of Reef #C7FF9E
RGB
CMYK
RGB Variations
Color information
#C7FF9E (or 0xC7FF9E) is known color: Reef. HEX triplet: C7, FF and 9E. RGB value is (199,255,158). Sum of RGB (Red+Green+Blue) = 199+255+158=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FF9E is #380061. Grayscale: #E3E3E3. Windows color (decimal): -3670114 or 10420167. OLE color: 10420167.
HSL color Cylindrical-coordinate representation of color #C7FF9E: hue angle of 94.64º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7FF9E is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 158 | - |
| CMYK | 0.22 | 0 | 0.38 | 0 |
| HSL | 94.64º | 1% | 0.81% | - |
| HSV(B) | 94.64º | 0.38% | 1% | - |
| XYZ | 65.48 | 86.13 | 45.52 | - |
| YUV | 227.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 158 | 0.22 | 0 | 0.38 | 0 | 94.64 | 1 | 0.81 |
| Hex | C7 | FF | 9E | 16 | 0 | 26 | 0 | 5F | 64 | 51 |
| Octal | 307 | 377 | 236 | 26 | 0 | 46 | 0 | 137 | 144 | 121 |
| Binary | 11000111 | 11111111 | 10011110 | 10110 | 0 | 100110 | 0 | 1011111 | 1100100 | 1010001 |
Color Harmonies of #C7FF9E
Complementary color
Monochromatic Colors of #C7FF9E
Black with #C7FF9E
Text Example
Text Example
White with #C7FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF9E; }
p { color: rgb(199,255,158); }
H1.HeaderClassName
{
color: #C7FF9E;
}
.AnyTagClassName
{
color: #C7FF9E;
}
</style>
background-color css
<style>
a { background-color: #C7FF9E; }
a { background-color: rgb(199,255,158); }
div.DivClassName
{
background-color: #C7FF9E;
}
.BgClassName
{
background-color: #C7FF9E;
}
</style>
border-color css
<style>
span { border-color: #C7FF9E; }
span { border-color: rgb(199,255,158); }
td.TdClassName
{
border-color: #C7FF9E;
}
.TagClassName
{
border-color: #C7FF9E;
}
</style>