Shades of Reef #C8EF94
Tints of Reef #C8EF94
RGB
CMYK
RGB Variations
Color information
#C8EF94 (or 0xC8EF94) is known color: Reef. HEX triplet: C8, EF and 94. RGB value is (200,239,148). Sum of RGB (Red+Green+Blue) = 200+239+148=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EF94 is #37106B. Grayscale: #D9D9D9. Windows color (decimal): -3608684 or 9760712. OLE color: 9760712.
HSL color Cylindrical-coordinate representation of color #C8EF94: hue angle of 85.71º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8EF94 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 148 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.06 |
| HSL | 85.71º | 0.74% | 0.76% | - |
| HSV(B) | 85.71º | 0.38% | 0.94% | - |
| XYZ | 60.03 | 76.15 | 39.55 | - |
| YUV | 216.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 148 | 0.16 | 0 | 0.38 | 0.06 | 85.71 | 0.74 | 0.76 |
| Hex | C8 | EF | 94 | 10 | 0 | 26 | 6 | 56 | 4A | 4C |
| Octal | 310 | 357 | 224 | 20 | 0 | 46 | 6 | 126 | 112 | 114 |
| Binary | 11001000 | 11101111 | 10010100 | 10000 | 0 | 100110 | 110 | 1010110 | 1001010 | 1001100 |
Color Harmonies of #C8EF94
Complementary color
Monochromatic Colors of #C8EF94
Black with #C8EF94
Text Example
Text Example
White with #C8EF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF94; }
p { color: rgb(200,239,148); }
H1.HeaderClassName
{
color: #C8EF94;
}
.AnyTagClassName
{
color: #C8EF94;
}
</style>
background-color css
<style>
a { background-color: #C8EF94; }
a { background-color: rgb(200,239,148); }
div.DivClassName
{
background-color: #C8EF94;
}
.BgClassName
{
background-color: #C8EF94;
}
</style>
border-color css
<style>
span { border-color: #C8EF94; }
span { border-color: rgb(200,239,148); }
td.TdClassName
{
border-color: #C8EF94;
}
.TagClassName
{
border-color: #C8EF94;
}
</style>