Shades of Reef #C8DD94
Tints of Reef #C8DD94
RGB
CMYK
RGB Variations
Color information
#C8DD94 (or 0xC8DD94) is known color: Reef. HEX triplet: C8, DD and 94. RGB value is (200,221,148). Sum of RGB (Red+Green+Blue) = 200+221+148=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD94 is #37226B. Grayscale: #CECECE. Windows color (decimal): -3613292 or 9756104. OLE color: 9756104.
HSL color Cylindrical-coordinate representation of color #C8DD94: hue angle of 77.26º 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 #C8DD94 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 148 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.13 |
| HSL | 77.26º | 0.52% | 0.72% | - |
| HSV(B) | 77.26º | 0.33% | 0.87% | - |
| XYZ | 55.02 | 66.13 | 37.88 | - |
| YUV | 206.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 148 | 0.10 | 0 | 0.33 | 0.13 | 77.26 | 0.52 | 0.72 |
| Hex | C8 | DD | 94 | A | 0 | 21 | D | 4D | 34 | 48 |
| Octal | 310 | 335 | 224 | 12 | 0 | 41 | 15 | 115 | 64 | 110 |
| Binary | 11001000 | 11011101 | 10010100 | 1010 | 0 | 100001 | 1101 | 1001101 | 110100 | 1001000 |
Color Harmonies of #C8DD94
Complementary color
Monochromatic Colors of #C8DD94
Black with #C8DD94
Text Example
Text Example
White with #C8DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD94; }
p { color: rgb(200,221,148); }
H1.HeaderClassName
{
color: #C8DD94;
}
.AnyTagClassName
{
color: #C8DD94;
}
</style>
background-color css
<style>
a { background-color: #C8DD94; }
a { background-color: rgb(200,221,148); }
div.DivClassName
{
background-color: #C8DD94;
}
.BgClassName
{
background-color: #C8DD94;
}
</style>
border-color css
<style>
span { border-color: #C8DD94; }
span { border-color: rgb(200,221,148); }
td.TdClassName
{
border-color: #C8DD94;
}
.TagClassName
{
border-color: #C8DD94;
}
</style>