Shades of De York #7CC17A
Tints of De York #7CC17A
RGB
CMYK
RGB Variations
Color information
#7CC17A (or 0x7CC17A) is known color: De York. HEX triplet: 7C, C1 and 7A. RGB value is (124,193,122). Sum of RGB (Red+Green+Blue) = 124+193+122=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC17A is #833E85. Grayscale: #A4A4A4. Windows color (decimal): -8601222 or 8044924. OLE color: 8044924.
HSL color Cylindrical-coordinate representation of color #7CC17A: hue angle of 118.31º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC17A is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 122 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.24 |
| HSL | 118.31º | 0.36% | 0.62% | - |
| HSV(B) | 118.31º | 0.37% | 0.76% | - |
| XYZ | 30.89 | 43.83 | 25.24 | - |
| YUV | 164.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 122 | 0.36 | 0 | 0.37 | 0.24 | 118.31 | 0.36 | 0.62 |
| Hex | 7C | C1 | 7A | 24 | 0 | 25 | 18 | 76 | 24 | 3E |
| Octal | 174 | 301 | 172 | 44 | 0 | 45 | 30 | 166 | 44 | 76 |
| Binary | 1111100 | 11000001 | 1111010 | 100100 | 0 | 100101 | 11000 | 1110110 | 100100 | 111110 |
Color Harmonies of #7CC17A
Complementary color
Monochromatic Colors of #7CC17A
Black with #7CC17A
Text Example
Text Example
White with #7CC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC17A; }
p { color: rgb(124,193,122); }
H1.HeaderClassName
{
color: #7CC17A;
}
.AnyTagClassName
{
color: #7CC17A;
}
</style>
background-color css
<style>
a { background-color: #7CC17A; }
a { background-color: rgb(124,193,122); }
div.DivClassName
{
background-color: #7CC17A;
}
.BgClassName
{
background-color: #7CC17A;
}
</style>
border-color css
<style>
span { border-color: #7CC17A; }
span { border-color: rgb(124,193,122); }
td.TdClassName
{
border-color: #7CC17A;
}
.TagClassName
{
border-color: #7CC17A;
}
</style>