Shades of De York #7CC58B
Tints of De York #7CC58B
RGB
CMYK
RGB Variations
Color information
#7CC58B (or 0x7CC58B) is known color: De York. HEX triplet: 7C, C5 and 8B. RGB value is (124,197,139). Sum of RGB (Red+Green+Blue) = 124+197+139=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC58B is #833A74. Grayscale: #A8A8A8. Windows color (decimal): -8600181 or 9160060. OLE color: 9160060.
HSL color Cylindrical-coordinate representation of color #7CC58B: hue angle of 132.33º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC58B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 139 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.23 |
| HSL | 132.33º | 0.39% | 0.63% | - |
| HSV(B) | 132.33º | 0.37% | 0.77% | - |
| XYZ | 32.94 | 46.08 | 31.58 | - |
| YUV | 168.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 139 | 0.37 | 0 | 0.29 | 0.23 | 132.33 | 0.39 | 0.63 |
| Hex | 7C | C5 | 8B | 25 | 0 | 1D | 17 | 84 | 27 | 3F |
| Octal | 174 | 305 | 213 | 45 | 0 | 35 | 27 | 204 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10001011 | 100101 | 0 | 11101 | 10111 | 10000100 | 100111 | 111111 |
Color Harmonies of #7CC58B
Complementary color
Monochromatic Colors of #7CC58B
Black with #7CC58B
Text Example
Text Example
White with #7CC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC58B; }
p { color: rgb(124,197,139); }
H1.HeaderClassName
{
color: #7CC58B;
}
.AnyTagClassName
{
color: #7CC58B;
}
</style>
background-color css
<style>
a { background-color: #7CC58B; }
a { background-color: rgb(124,197,139); }
div.DivClassName
{
background-color: #7CC58B;
}
.BgClassName
{
background-color: #7CC58B;
}
</style>
border-color css
<style>
span { border-color: #7CC58B; }
span { border-color: rgb(124,197,139); }
td.TdClassName
{
border-color: #7CC58B;
}
.TagClassName
{
border-color: #7CC58B;
}
</style>