Shades of Reef #C5DF9B
Tints of Reef #C5DF9B
RGB
CMYK
RGB Variations
Color information
#C5DF9B (or 0xC5DF9B) is known color: Reef. HEX triplet: C5, DF and 9B. RGB value is (197,223,155). Sum of RGB (Red+Green+Blue) = 197+223+155=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF9B is #3A2064. Grayscale: #CFCFCF. Windows color (decimal): -3809381 or 10215365. OLE color: 10215365.
HSL color Cylindrical-coordinate representation of color #C5DF9B: hue angle of 82.94º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5DF9B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 155 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.13 |
| HSL | 82.94º | 0.52% | 0.74% | - |
| HSV(B) | 82.94º | 0.3% | 0.87% | - |
| XYZ | 55.33 | 67.01 | 41.03 | - |
| YUV | 207.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 155 | 0.12 | 0 | 0.30 | 0.13 | 82.94 | 0.52 | 0.74 |
| Hex | C5 | DF | 9B | C | 0 | 1E | D | 53 | 34 | 4A |
| Octal | 305 | 337 | 233 | 14 | 0 | 36 | 15 | 123 | 64 | 112 |
| Binary | 11000101 | 11011111 | 10011011 | 1100 | 0 | 11110 | 1101 | 1010011 | 110100 | 1001010 |
Color Harmonies of #C5DF9B
Complementary color
Monochromatic Colors of #C5DF9B
Black with #C5DF9B
Text Example
Text Example
White with #C5DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF9B; }
p { color: rgb(197,223,155); }
H1.HeaderClassName
{
color: #C5DF9B;
}
.AnyTagClassName
{
color: #C5DF9B;
}
</style>
background-color css
<style>
a { background-color: #C5DF9B; }
a { background-color: rgb(197,223,155); }
div.DivClassName
{
background-color: #C5DF9B;
}
.BgClassName
{
background-color: #C5DF9B;
}
</style>
border-color css
<style>
span { border-color: #C5DF9B; }
span { border-color: rgb(197,223,155); }
td.TdClassName
{
border-color: #C5DF9B;
}
.TagClassName
{
border-color: #C5DF9B;
}
</style>