Shades of Reef #C8DF94
Tints of Reef #C8DF94
RGB
CMYK
RGB Variations
Color information
#C8DF94 (or 0xC8DF94) is known color: Reef. HEX triplet: C8, DF and 94. RGB value is (200,223,148). Sum of RGB (Red+Green+Blue) = 200+223+148=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DF94 is #37206B. Grayscale: #CFCFCF. Windows color (decimal): -3612780 or 9756616. OLE color: 9756616.
HSL color Cylindrical-coordinate representation of color #C8DF94: hue angle of 78.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8DF94 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 148 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.13 |
| HSL | 78.4º | 0.54% | 0.73% | - |
| HSV(B) | 78.4º | 0.34% | 0.87% | - |
| XYZ | 55.55 | 67.19 | 38.06 | - |
| YUV | 207.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 148 | 0.10 | 0 | 0.34 | 0.13 | 78.4 | 0.54 | 0.73 |
| Hex | C8 | DF | 94 | A | 0 | 22 | D | 4E | 36 | 49 |
| Octal | 310 | 337 | 224 | 12 | 0 | 42 | 15 | 116 | 66 | 111 |
| Binary | 11001000 | 11011111 | 10010100 | 1010 | 0 | 100010 | 1101 | 1001110 | 110110 | 1001001 |
Color Harmonies of #C8DF94
Complementary color
Monochromatic Colors of #C8DF94
Black with #C8DF94
Text Example
Text Example
White with #C8DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DF94; }
p { color: rgb(200,223,148); }
H1.HeaderClassName
{
color: #C8DF94;
}
.AnyTagClassName
{
color: #C8DF94;
}
</style>
background-color css
<style>
a { background-color: #C8DF94; }
a { background-color: rgb(200,223,148); }
div.DivClassName
{
background-color: #C8DF94;
}
.BgClassName
{
background-color: #C8DF94;
}
</style>
border-color css
<style>
span { border-color: #C8DF94; }
span { border-color: rgb(200,223,148); }
td.TdClassName
{
border-color: #C8DF94;
}
.TagClassName
{
border-color: #C8DF94;
}
</style>