Shades of Reef #C9DD94
Tints of Reef #C9DD94
RGB
CMYK
RGB Variations
Color information
#C9DD94 (or 0xC9DD94) is known color: Reef. HEX triplet: C9, DD and 94. RGB value is (201,221,148). Sum of RGB (Red+Green+Blue) = 201+221+148=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DD94 is #36226B. Grayscale: #CECECE. Windows color (decimal): -3547756 or 9756105. OLE color: 9756105.
HSL color Cylindrical-coordinate representation of color #C9DD94: hue angle of 76.44º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9DD94 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 148 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.13 |
| HSL | 76.44º | 0.52% | 0.72% | - |
| HSV(B) | 76.44º | 0.33% | 0.87% | - |
| XYZ | 55.29 | 66.27 | 37.89 | - |
| YUV | 206.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 148 | 0.09 | 0 | 0.33 | 0.13 | 76.44 | 0.52 | 0.72 |
| Hex | C9 | DD | 94 | 9 | 0 | 21 | D | 4C | 34 | 48 |
| Octal | 311 | 335 | 224 | 11 | 0 | 41 | 15 | 114 | 64 | 110 |
| Binary | 11001001 | 11011101 | 10010100 | 1001 | 0 | 100001 | 1101 | 1001100 | 110100 | 1001000 |
Color Harmonies of #C9DD94
Complementary color
Monochromatic Colors of #C9DD94
Black with #C9DD94
Text Example
Text Example
White with #C9DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD94; }
p { color: rgb(201,221,148); }
H1.HeaderClassName
{
color: #C9DD94;
}
.AnyTagClassName
{
color: #C9DD94;
}
</style>
background-color css
<style>
a { background-color: #C9DD94; }
a { background-color: rgb(201,221,148); }
div.DivClassName
{
background-color: #C9DD94;
}
.BgClassName
{
background-color: #C9DD94;
}
</style>
border-color css
<style>
span { border-color: #C9DD94; }
span { border-color: rgb(201,221,148); }
td.TdClassName
{
border-color: #C9DD94;
}
.TagClassName
{
border-color: #C9DD94;
}
</style>