Shades of Reef #C8DF95
Tints of Reef #C8DF95
RGB
CMYK
RGB Variations
Color information
#C8DF95 (or 0xC8DF95) is known color: Reef. HEX triplet: C8, DF and 95. RGB value is (200,223,149). Sum of RGB (Red+Green+Blue) = 200+223+149=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DF95 is #37206A. Grayscale: #CFCFCF. Windows color (decimal): -3612779 or 9822152. OLE color: 9822152.
HSL color Cylindrical-coordinate representation of color #C8DF95: hue angle of 78.65º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8DF95 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 149 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.13 |
| HSL | 78.65º | 0.54% | 0.73% | - |
| HSV(B) | 78.65º | 0.33% | 0.87% | - |
| XYZ | 55.63 | 67.22 | 38.48 | - |
| YUV | 207.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 149 | 0.10 | 0 | 0.33 | 0.13 | 78.65 | 0.54 | 0.73 |
| Hex | C8 | DF | 95 | A | 0 | 21 | D | 4F | 36 | 49 |
| Octal | 310 | 337 | 225 | 12 | 0 | 41 | 15 | 117 | 66 | 111 |
| Binary | 11001000 | 11011111 | 10010101 | 1010 | 0 | 100001 | 1101 | 1001111 | 110110 | 1001001 |
Color Harmonies of #C8DF95
Complementary color
Monochromatic Colors of #C8DF95
Black with #C8DF95
Text Example
Text Example
White with #C8DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DF95; }
p { color: rgb(200,223,149); }
H1.HeaderClassName
{
color: #C8DF95;
}
.AnyTagClassName
{
color: #C8DF95;
}
</style>
background-color css
<style>
a { background-color: #C8DF95; }
a { background-color: rgb(200,223,149); }
div.DivClassName
{
background-color: #C8DF95;
}
.BgClassName
{
background-color: #C8DF95;
}
</style>
border-color css
<style>
span { border-color: #C8DF95; }
span { border-color: rgb(200,223,149); }
td.TdClassName
{
border-color: #C8DF95;
}
.TagClassName
{
border-color: #C8DF95;
}
</style>