Shades of Reef #C8DA98
Tints of Reef #C8DA98
RGB
CMYK
RGB Variations
Color information
#C8DA98 (or 0xC8DA98) is known color: Reef. HEX triplet: C8, DA and 98. RGB value is (200,218,152). Sum of RGB (Red+Green+Blue) = 200+218+152=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA98 is #372567. Grayscale: #CDCDCD. Windows color (decimal): -3614056 or 10017480. OLE color: 10017480.
HSL color Cylindrical-coordinate representation of color #C8DA98: hue angle of 76.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8DA98 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 152 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.15 |
| HSL | 76.36º | 0.47% | 0.73% | - |
| HSV(B) | 76.36º | 0.3% | 0.85% | - |
| XYZ | 54.56 | 64.69 | 39.32 | - |
| YUV | 205.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 152 | 0.08 | 0 | 0.30 | 0.15 | 76.36 | 0.47 | 0.73 |
| Hex | C8 | DA | 98 | 8 | 0 | 1E | F | 4C | 2F | 49 |
| Octal | 310 | 332 | 230 | 10 | 0 | 36 | 17 | 114 | 57 | 111 |
| Binary | 11001000 | 11011010 | 10011000 | 1000 | 0 | 11110 | 1111 | 1001100 | 101111 | 1001001 |
Color Harmonies of #C8DA98
Complementary color
Monochromatic Colors of #C8DA98
Black with #C8DA98
Text Example
Text Example
White with #C8DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA98; }
p { color: rgb(200,218,152); }
H1.HeaderClassName
{
color: #C8DA98;
}
.AnyTagClassName
{
color: #C8DA98;
}
</style>
background-color css
<style>
a { background-color: #C8DA98; }
a { background-color: rgb(200,218,152); }
div.DivClassName
{
background-color: #C8DA98;
}
.BgClassName
{
background-color: #C8DA98;
}
</style>
border-color css
<style>
span { border-color: #C8DA98; }
span { border-color: rgb(200,218,152); }
td.TdClassName
{
border-color: #C8DA98;
}
.TagClassName
{
border-color: #C8DA98;
}
</style>