Shades of Reef #C8F594
Tints of Reef #C8F594
RGB
CMYK
RGB Variations
Color information
#C8F594 (or 0xC8F594) is known color: Reef. HEX triplet: C8, F5 and 94. RGB value is (200,245,148). Sum of RGB (Red+Green+Blue) = 200+245+148=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F594 is #370A6B. Grayscale: #DCDCDC. Windows color (decimal): -3607148 or 9762248. OLE color: 9762248.
HSL color Cylindrical-coordinate representation of color #C8F594: hue angle of 87.84º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8F594 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 148 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.04 |
| HSL | 87.84º | 0.83% | 0.77% | - |
| HSV(B) | 87.84º | 0.4% | 0.96% | - |
| XYZ | 61.82 | 79.72 | 40.15 | - |
| YUV | 220.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 148 | 0.18 | 0 | 0.40 | 0.04 | 87.84 | 0.83 | 0.77 |
| Hex | C8 | F5 | 94 | 12 | 0 | 28 | 4 | 58 | 53 | 4D |
| Octal | 310 | 365 | 224 | 22 | 0 | 50 | 4 | 130 | 123 | 115 |
| Binary | 11001000 | 11110101 | 10010100 | 10010 | 0 | 101000 | 100 | 1011000 | 1010011 | 1001101 |
Color Harmonies of #C8F594
Complementary color
Monochromatic Colors of #C8F594
Black with #C8F594
Text Example
Text Example
White with #C8F594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F594; }
p { color: rgb(200,245,148); }
H1.HeaderClassName
{
color: #C8F594;
}
.AnyTagClassName
{
color: #C8F594;
}
</style>
background-color css
<style>
a { background-color: #C8F594; }
a { background-color: rgb(200,245,148); }
div.DivClassName
{
background-color: #C8F594;
}
.BgClassName
{
background-color: #C8F594;
}
</style>
border-color css
<style>
span { border-color: #C8F594; }
span { border-color: rgb(200,245,148); }
td.TdClassName
{
border-color: #C8F594;
}
.TagClassName
{
border-color: #C8F594;
}
</style>