Shades of Reef #C8FE96
Tints of Reef #C8FE96
RGB
CMYK
RGB Variations
Color information
#C8FE96 (or 0xC8FE96) is known color: Reef. HEX triplet: C8, FE and 96. RGB value is (200,254,150). Sum of RGB (Red+Green+Blue) = 200+254+150=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FE96 is #370169. Grayscale: #E2E2E2. Windows color (decimal): -3604842 or 9895624. OLE color: 9895624.
HSL color Cylindrical-coordinate representation of color #C8FE96: hue angle of 91.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8FE96 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 150 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.00 |
| HSL | 91.15º | 0.98% | 0.79% | - |
| HSV(B) | 91.15º | 0.41% | 1% | - |
| XYZ | 64.77 | 85.37 | 41.92 | - |
| YUV | 226 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 150 | 0.21 | 0 | 0.41 | 0.00 | 91.15 | 0.98 | 0.79 |
| Hex | C8 | FE | 96 | 15 | 0 | 29 | 0 | 5B | 62 | 4F |
| Octal | 310 | 376 | 226 | 25 | 0 | 51 | 0 | 133 | 142 | 117 |
| Binary | 11001000 | 11111110 | 10010110 | 10101 | 0 | 101001 | 0 | 1011011 | 1100010 | 1001111 |
Color Harmonies of #C8FE96
Complementary color
Monochromatic Colors of #C8FE96
Black with #C8FE96
Text Example
Text Example
White with #C8FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE96; }
p { color: rgb(200,254,150); }
H1.HeaderClassName
{
color: #C8FE96;
}
.AnyTagClassName
{
color: #C8FE96;
}
</style>
background-color css
<style>
a { background-color: #C8FE96; }
a { background-color: rgb(200,254,150); }
div.DivClassName
{
background-color: #C8FE96;
}
.BgClassName
{
background-color: #C8FE96;
}
</style>
border-color css
<style>
span { border-color: #C8FE96; }
span { border-color: rgb(200,254,150); }
td.TdClassName
{
border-color: #C8FE96;
}
.TagClassName
{
border-color: #C8FE96;
}
</style>