Shades of Reef #C9DC94
Tints of Reef #C9DC94
RGB
CMYK
RGB Variations
Color information
#C9DC94 (or 0xC9DC94) is known color: Reef. HEX triplet: C9, DC and 94. RGB value is (201,220,148). Sum of RGB (Red+Green+Blue) = 201+220+148=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC94 is #36236B. Grayscale: #CECECE. Windows color (decimal): -3548012 or 9755849. OLE color: 9755849.
HSL color Cylindrical-coordinate representation of color #C9DC94: hue angle of 75.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9DC94 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 148 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.14 |
| HSL | 75.83º | 0.51% | 0.72% | - |
| HSV(B) | 75.83º | 0.33% | 0.86% | - |
| XYZ | 55.03 | 65.74 | 37.81 | - |
| YUV | 206.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 148 | 0.09 | 0 | 0.33 | 0.14 | 75.83 | 0.51 | 0.72 |
| Hex | C9 | DC | 94 | 9 | 0 | 21 | E | 4C | 33 | 48 |
| Octal | 311 | 334 | 224 | 11 | 0 | 41 | 16 | 114 | 63 | 110 |
| Binary | 11001001 | 11011100 | 10010100 | 1001 | 0 | 100001 | 1110 | 1001100 | 110011 | 1001000 |
Color Harmonies of #C9DC94
Complementary color
Monochromatic Colors of #C9DC94
Black with #C9DC94
Text Example
Text Example
White with #C9DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC94; }
p { color: rgb(201,220,148); }
H1.HeaderClassName
{
color: #C9DC94;
}
.AnyTagClassName
{
color: #C9DC94;
}
</style>
background-color css
<style>
a { background-color: #C9DC94; }
a { background-color: rgb(201,220,148); }
div.DivClassName
{
background-color: #C9DC94;
}
.BgClassName
{
background-color: #C9DC94;
}
</style>
border-color css
<style>
span { border-color: #C9DC94; }
span { border-color: rgb(201,220,148); }
td.TdClassName
{
border-color: #C9DC94;
}
.TagClassName
{
border-color: #C9DC94;
}
</style>