Shades of Reef #C7DD9B
Tints of Reef #C7DD9B
RGB
CMYK
RGB Variations
Color information
#C7DD9B (or 0xC7DD9B) is known color: Reef. HEX triplet: C7, DD and 9B. RGB value is (199,221,155). Sum of RGB (Red+Green+Blue) = 199+221+155=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DD9B is #382264. Grayscale: #CFCFCF. Windows color (decimal): -3678821 or 10214855. OLE color: 10214855.
HSL color Cylindrical-coordinate representation of color #C7DD9B: hue angle of 80º degrees, saturation: 0.49, 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 #C7DD9B is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 155 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.13 |
| HSL | 80º | 0.49% | 0.74% | - |
| HSV(B) | 80º | 0.3% | 0.87% | - |
| XYZ | 55.33 | 66.22 | 40.88 | - |
| YUV | 206.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 155 | 0.10 | 0 | 0.30 | 0.13 | 80 | 0.49 | 0.74 |
| Hex | C7 | DD | 9B | A | 0 | 1E | D | 50 | 31 | 4A |
| Octal | 307 | 335 | 233 | 12 | 0 | 36 | 15 | 120 | 61 | 112 |
| Binary | 11000111 | 11011101 | 10011011 | 1010 | 0 | 11110 | 1101 | 1010000 | 110001 | 1001010 |
Color Harmonies of #C7DD9B
Complementary color
Monochromatic Colors of #C7DD9B
Black with #C7DD9B
Text Example
Text Example
White with #C7DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD9B; }
p { color: rgb(199,221,155); }
H1.HeaderClassName
{
color: #C7DD9B;
}
.AnyTagClassName
{
color: #C7DD9B;
}
</style>
background-color css
<style>
a { background-color: #C7DD9B; }
a { background-color: rgb(199,221,155); }
div.DivClassName
{
background-color: #C7DD9B;
}
.BgClassName
{
background-color: #C7DD9B;
}
</style>
border-color css
<style>
span { border-color: #C7DD9B; }
span { border-color: rgb(199,221,155); }
td.TdClassName
{
border-color: #C7DD9B;
}
.TagClassName
{
border-color: #C7DD9B;
}
</style>