Shades of Reef #C5DF96
Tints of Reef #C5DF96
RGB
CMYK
RGB Variations
Color information
#C5DF96 (or 0xC5DF96) is known color: Reef. HEX triplet: C5, DF and 96. RGB value is (197,223,150). Sum of RGB (Red+Green+Blue) = 197+223+150=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF96 is #3A2069. Grayscale: #CFCFCF. Windows color (decimal): -3809386 or 9887685. OLE color: 9887685.
HSL color Cylindrical-coordinate representation of color #C5DF96: hue angle of 81.37º degrees, saturation: 0.53, 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 #C5DF96 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 150 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.13 |
| HSL | 81.37º | 0.53% | 0.73% | - |
| HSV(B) | 81.37º | 0.33% | 0.87% | - |
| XYZ | 54.92 | 66.85 | 38.86 | - |
| YUV | 206.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 150 | 0.12 | 0 | 0.33 | 0.13 | 81.37 | 0.53 | 0.73 |
| Hex | C5 | DF | 96 | C | 0 | 21 | D | 51 | 35 | 49 |
| Octal | 305 | 337 | 226 | 14 | 0 | 41 | 15 | 121 | 65 | 111 |
| Binary | 11000101 | 11011111 | 10010110 | 1100 | 0 | 100001 | 1101 | 1010001 | 110101 | 1001001 |
Color Harmonies of #C5DF96
Complementary color
Monochromatic Colors of #C5DF96
Black with #C5DF96
Text Example
Text Example
White with #C5DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF96; }
p { color: rgb(197,223,150); }
H1.HeaderClassName
{
color: #C5DF96;
}
.AnyTagClassName
{
color: #C5DF96;
}
</style>
background-color css
<style>
a { background-color: #C5DF96; }
a { background-color: rgb(197,223,150); }
div.DivClassName
{
background-color: #C5DF96;
}
.BgClassName
{
background-color: #C5DF96;
}
</style>
border-color css
<style>
span { border-color: #C5DF96; }
span { border-color: rgb(197,223,150); }
td.TdClassName
{
border-color: #C5DF96;
}
.TagClassName
{
border-color: #C5DF96;
}
</style>