Shades of Reef #C8DD97
Tints of Reef #C8DD97
RGB
CMYK
RGB Variations
Color information
#C8DD97 (or 0xC8DD97) is known color: Reef. HEX triplet: C8, DD and 97. RGB value is (200,221,151). Sum of RGB (Red+Green+Blue) = 200+221+151=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD97 is #372268. Grayscale: #CFCFCF. Windows color (decimal): -3613289 or 9952712. OLE color: 9952712.
HSL color Cylindrical-coordinate representation of color #C8DD97: hue angle of 78º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8DD97 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 151 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.13 |
| HSL | 78º | 0.51% | 0.73% | - |
| HSV(B) | 78º | 0.32% | 0.87% | - |
| XYZ | 55.26 | 66.23 | 39.15 | - |
| YUV | 206.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 151 | 0.10 | 0 | 0.32 | 0.13 | 78 | 0.51 | 0.73 |
| Hex | C8 | DD | 97 | A | 0 | 20 | D | 4E | 33 | 49 |
| Octal | 310 | 335 | 227 | 12 | 0 | 40 | 15 | 116 | 63 | 111 |
| Binary | 11001000 | 11011101 | 10010111 | 1010 | 0 | 100000 | 1101 | 1001110 | 110011 | 1001001 |
Color Harmonies of #C8DD97
Complementary color
Monochromatic Colors of #C8DD97
Black with #C8DD97
Text Example
Text Example
White with #C8DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD97; }
p { color: rgb(200,221,151); }
H1.HeaderClassName
{
color: #C8DD97;
}
.AnyTagClassName
{
color: #C8DD97;
}
</style>
background-color css
<style>
a { background-color: #C8DD97; }
a { background-color: rgb(200,221,151); }
div.DivClassName
{
background-color: #C8DD97;
}
.BgClassName
{
background-color: #C8DD97;
}
</style>
border-color css
<style>
span { border-color: #C8DD97; }
span { border-color: rgb(200,221,151); }
td.TdClassName
{
border-color: #C8DD97;
}
.TagClassName
{
border-color: #C8DD97;
}
</style>