Shades of Reef #C8DD98
Tints of Reef #C8DD98
RGB
CMYK
RGB Variations
Color information
#C8DD98 (or 0xC8DD98) is known color: Reef. HEX triplet: C8, DD and 98. RGB value is (200,221,152). Sum of RGB (Red+Green+Blue) = 200+221+152=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD98 is #372267. Grayscale: #CFCFCF. Windows color (decimal): -3613288 or 10018248. OLE color: 10018248.
HSL color Cylindrical-coordinate representation of color #C8DD98: hue angle of 78.26º 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 #C8DD98 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 152 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.13 |
| HSL | 78.26º | 0.5% | 0.73% | - |
| HSV(B) | 78.26º | 0.31% | 0.87% | - |
| XYZ | 55.34 | 66.26 | 39.58 | - |
| YUV | 206.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 152 | 0.10 | 0 | 0.31 | 0.13 | 78.26 | 0.5 | 0.73 |
| Hex | C8 | DD | 98 | A | 0 | 1F | D | 4E | 32 | 49 |
| Octal | 310 | 335 | 230 | 12 | 0 | 37 | 15 | 116 | 62 | 111 |
| Binary | 11001000 | 11011101 | 10011000 | 1010 | 0 | 11111 | 1101 | 1001110 | 110010 | 1001001 |
Color Harmonies of #C8DD98
Complementary color
Monochromatic Colors of #C8DD98
Black with #C8DD98
Text Example
Text Example
White with #C8DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD98; }
p { color: rgb(200,221,152); }
H1.HeaderClassName
{
color: #C8DD98;
}
.AnyTagClassName
{
color: #C8DD98;
}
</style>
background-color css
<style>
a { background-color: #C8DD98; }
a { background-color: rgb(200,221,152); }
div.DivClassName
{
background-color: #C8DD98;
}
.BgClassName
{
background-color: #C8DD98;
}
</style>
border-color css
<style>
span { border-color: #C8DD98; }
span { border-color: rgb(200,221,152); }
td.TdClassName
{
border-color: #C8DD98;
}
.TagClassName
{
border-color: #C8DD98;
}
</style>