Shades of Reef #C9DF96
Tints of Reef #C9DF96
RGB
CMYK
RGB Variations
Color information
#C9DF96 (or 0xC9DF96) is known color: Reef. HEX triplet: C9, DF and 96. RGB value is (201,223,150). Sum of RGB (Red+Green+Blue) = 201+223+150=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DF96 is #362069. Grayscale: #D0D0D0. Windows color (decimal): -3547242 or 9887689. OLE color: 9887689.
HSL color Cylindrical-coordinate representation of color #C9DF96: hue angle of 78.08º 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 #C9DF96 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 150 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.13 |
| HSL | 78.08º | 0.53% | 0.73% | - |
| HSV(B) | 78.08º | 0.33% | 0.87% | - |
| XYZ | 55.98 | 67.39 | 38.91 | - |
| YUV | 208.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 150 | 0.10 | 0 | 0.33 | 0.13 | 78.08 | 0.53 | 0.73 |
| Hex | C9 | DF | 96 | A | 0 | 21 | D | 4E | 35 | 49 |
| Octal | 311 | 337 | 226 | 12 | 0 | 41 | 15 | 116 | 65 | 111 |
| Binary | 11001001 | 11011111 | 10010110 | 1010 | 0 | 100001 | 1101 | 1001110 | 110101 | 1001001 |
Color Harmonies of #C9DF96
Complementary color
Monochromatic Colors of #C9DF96
Black with #C9DF96
Text Example
Text Example
White with #C9DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF96; }
p { color: rgb(201,223,150); }
H1.HeaderClassName
{
color: #C9DF96;
}
.AnyTagClassName
{
color: #C9DF96;
}
</style>
background-color css
<style>
a { background-color: #C9DF96; }
a { background-color: rgb(201,223,150); }
div.DivClassName
{
background-color: #C9DF96;
}
.BgClassName
{
background-color: #C9DF96;
}
</style>
border-color css
<style>
span { border-color: #C9DF96; }
span { border-color: rgb(201,223,150); }
td.TdClassName
{
border-color: #C9DF96;
}
.TagClassName
{
border-color: #C9DF96;
}
</style>