Shades of Reef #C7DF94
Tints of Reef #C7DF94
RGB
CMYK
RGB Variations
Color information
#C7DF94 (or 0xC7DF94) is known color: Reef. HEX triplet: C7, DF and 94. RGB value is (199,223,148). Sum of RGB (Red+Green+Blue) = 199+223+148=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DF94 is #38206B. Grayscale: #CFCFCF. Windows color (decimal): -3678316 or 9756615. OLE color: 9756615.
HSL color Cylindrical-coordinate representation of color #C7DF94: hue angle of 79.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7DF94 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 148 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.13 |
| HSL | 79.2º | 0.54% | 0.73% | - |
| HSV(B) | 79.2º | 0.34% | 0.87% | - |
| XYZ | 55.29 | 67.06 | 38.05 | - |
| YUV | 207.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 148 | 0.11 | 0 | 0.34 | 0.13 | 79.2 | 0.54 | 0.73 |
| Hex | C7 | DF | 94 | B | 0 | 22 | D | 4F | 36 | 49 |
| Octal | 307 | 337 | 224 | 13 | 0 | 42 | 15 | 117 | 66 | 111 |
| Binary | 11000111 | 11011111 | 10010100 | 1011 | 0 | 100010 | 1101 | 1001111 | 110110 | 1001001 |
Color Harmonies of #C7DF94
Complementary color
Monochromatic Colors of #C7DF94
Black with #C7DF94
Text Example
Text Example
White with #C7DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DF94; }
p { color: rgb(199,223,148); }
H1.HeaderClassName
{
color: #C7DF94;
}
.AnyTagClassName
{
color: #C7DF94;
}
</style>
background-color css
<style>
a { background-color: #C7DF94; }
a { background-color: rgb(199,223,148); }
div.DivClassName
{
background-color: #C7DF94;
}
.BgClassName
{
background-color: #C7DF94;
}
</style>
border-color css
<style>
span { border-color: #C7DF94; }
span { border-color: rgb(199,223,148); }
td.TdClassName
{
border-color: #C7DF94;
}
.TagClassName
{
border-color: #C7DF94;
}
</style>