Shades of Reef #C5DD98
Tints of Reef #C5DD98
RGB
CMYK
RGB Variations
Color information
#C5DD98 (or 0xC5DD98) is known color: Reef. HEX triplet: C5, DD and 98. RGB value is (197,221,152). Sum of RGB (Red+Green+Blue) = 197+221+152=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD98 is #3A2267. Grayscale: #CECECE. Windows color (decimal): -3809896 or 10018245. OLE color: 10018245.
HSL color Cylindrical-coordinate representation of color #C5DD98: hue angle of 80.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5DD98 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 152 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.13 |
| HSL | 80.87º | 0.5% | 0.73% | - |
| HSV(B) | 80.87º | 0.31% | 0.87% | - |
| XYZ | 54.55 | 65.85 | 39.54 | - |
| YUV | 205.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 152 | 0.11 | 0 | 0.31 | 0.13 | 80.87 | 0.5 | 0.73 |
| Hex | C5 | DD | 98 | B | 0 | 1F | D | 51 | 32 | 49 |
| Octal | 305 | 335 | 230 | 13 | 0 | 37 | 15 | 121 | 62 | 111 |
| Binary | 11000101 | 11011101 | 10011000 | 1011 | 0 | 11111 | 1101 | 1010001 | 110010 | 1001001 |
Color Harmonies of #C5DD98
Complementary color
Monochromatic Colors of #C5DD98
Black with #C5DD98
Text Example
Text Example
White with #C5DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD98; }
p { color: rgb(197,221,152); }
H1.HeaderClassName
{
color: #C5DD98;
}
.AnyTagClassName
{
color: #C5DD98;
}
</style>
background-color css
<style>
a { background-color: #C5DD98; }
a { background-color: rgb(197,221,152); }
div.DivClassName
{
background-color: #C5DD98;
}
.BgClassName
{
background-color: #C5DD98;
}
</style>
border-color css
<style>
span { border-color: #C5DD98; }
span { border-color: rgb(197,221,152); }
td.TdClassName
{
border-color: #C5DD98;
}
.TagClassName
{
border-color: #C5DD98;
}
</style>