Shades of Reef #C8F093
Tints of Reef #C8F093
RGB
CMYK
RGB Variations
Color information
#C8F093 (or 0xC8F093) is known color: Reef. HEX triplet: C8, F0 and 93. RGB value is (200,240,147). Sum of RGB (Red+Green+Blue) = 200+240+147=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F093 is #370F6C. Grayscale: #D9D9D9. Windows color (decimal): -3608429 or 9695432. OLE color: 9695432.
HSL color Cylindrical-coordinate representation of color #C8F093: hue angle of 85.81º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8F093 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 147 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.06 |
| HSL | 85.81º | 0.76% | 0.76% | - |
| HSV(B) | 85.81º | 0.39% | 0.94% | - |
| XYZ | 60.25 | 76.71 | 39.23 | - |
| YUV | 217.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 147 | 0.17 | 0 | 0.39 | 0.06 | 85.81 | 0.76 | 0.76 |
| Hex | C8 | F0 | 93 | 11 | 0 | 27 | 6 | 56 | 4C | 4C |
| Octal | 310 | 360 | 223 | 21 | 0 | 47 | 6 | 126 | 114 | 114 |
| Binary | 11001000 | 11110000 | 10010011 | 10001 | 0 | 100111 | 110 | 1010110 | 1001100 | 1001100 |
Color Harmonies of #C8F093
Complementary color
Monochromatic Colors of #C8F093
Black with #C8F093
Text Example
Text Example
White with #C8F093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F093; }
p { color: rgb(200,240,147); }
H1.HeaderClassName
{
color: #C8F093;
}
.AnyTagClassName
{
color: #C8F093;
}
</style>
background-color css
<style>
a { background-color: #C8F093; }
a { background-color: rgb(200,240,147); }
div.DivClassName
{
background-color: #C8F093;
}
.BgClassName
{
background-color: #C8F093;
}
</style>
border-color css
<style>
span { border-color: #C8F093; }
span { border-color: rgb(200,240,147); }
td.TdClassName
{
border-color: #C8F093;
}
.TagClassName
{
border-color: #C8F093;
}
</style>