Shades of Surf Crest #C5DFBC
Tints of Surf Crest #C5DFBC
RGB
CMYK
RGB Variations
Color information
#C5DFBC (or 0xC5DFBC) is known color: Surf Crest. HEX triplet: C5, DF and BC. RGB value is (197,223,188). Sum of RGB (Red+Green+Blue) = 197+223+188=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFBC is #3A2043. Grayscale: #D3D3D3. Windows color (decimal): -3809348 or 12378053. OLE color: 12378053.
HSL color Cylindrical-coordinate representation of color #C5DFBC: hue angle of 104.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DFBC is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 188 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.13 |
| HSL | 104.57º | 0.35% | 0.81% | - |
| HSV(B) | 104.57º | 0.16% | 0.87% | - |
| XYZ | 58.49 | 68.28 | 57.67 | - |
| YUV | 211.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 188 | 0.12 | 0 | 0.16 | 0.13 | 104.57 | 0.35 | 0.81 |
| Hex | C5 | DF | BC | C | 0 | 10 | D | 69 | 23 | 51 |
| Octal | 305 | 337 | 274 | 14 | 0 | 20 | 15 | 151 | 43 | 121 |
| Binary | 11000101 | 11011111 | 10111100 | 1100 | 0 | 10000 | 1101 | 1101001 | 100011 | 1010001 |
Color Harmonies of #C5DFBC
Complementary color
Monochromatic Colors of #C5DFBC
Black with #C5DFBC
Text Example
Text Example
White with #C5DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFBC; }
p { color: rgb(197,223,188); }
H1.HeaderClassName
{
color: #C5DFBC;
}
.AnyTagClassName
{
color: #C5DFBC;
}
</style>
background-color css
<style>
a { background-color: #C5DFBC; }
a { background-color: rgb(197,223,188); }
div.DivClassName
{
background-color: #C5DFBC;
}
.BgClassName
{
background-color: #C5DFBC;
}
</style>
border-color css
<style>
span { border-color: #C5DFBC; }
span { border-color: rgb(197,223,188); }
td.TdClassName
{
border-color: #C5DFBC;
}
.TagClassName
{
border-color: #C5DFBC;
}
</style>