Shades of De York #7CC374
Tints of De York #7CC374
RGB
CMYK
RGB Variations
Color information
#7CC374 (or 0x7CC374) is known color: De York. HEX triplet: 7C, C3 and 74. RGB value is (124,195,116). Sum of RGB (Red+Green+Blue) = 124+195+116=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC374 is #833C8B. Grayscale: #A5A5A5. Windows color (decimal): -8600716 or 7652220. OLE color: 7652220.
HSL color Cylindrical-coordinate representation of color #7CC374: hue angle of 113.92º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CC374 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 116 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.24 |
| HSL | 113.92º | 0.4% | 0.61% | - |
| HSV(B) | 113.92º | 0.41% | 0.76% | - |
| XYZ | 30.98 | 44.58 | 23.49 | - |
| YUV | 164.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 116 | 0.36 | 0 | 0.41 | 0.24 | 113.92 | 0.4 | 0.61 |
| Hex | 7C | C3 | 74 | 24 | 0 | 29 | 18 | 72 | 28 | 3D |
| Octal | 174 | 303 | 164 | 44 | 0 | 51 | 30 | 162 | 50 | 75 |
| Binary | 1111100 | 11000011 | 1110100 | 100100 | 0 | 101001 | 11000 | 1110010 | 101000 | 111101 |
Color Harmonies of #7CC374
Complementary color
Monochromatic Colors of #7CC374
Black with #7CC374
Text Example
Text Example
White with #7CC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC374; }
p { color: rgb(124,195,116); }
H1.HeaderClassName
{
color: #7CC374;
}
.AnyTagClassName
{
color: #7CC374;
}
</style>
background-color css
<style>
a { background-color: #7CC374; }
a { background-color: rgb(124,195,116); }
div.DivClassName
{
background-color: #7CC374;
}
.BgClassName
{
background-color: #7CC374;
}
</style>
border-color css
<style>
span { border-color: #7CC374; }
span { border-color: rgb(124,195,116); }
td.TdClassName
{
border-color: #7CC374;
}
.TagClassName
{
border-color: #7CC374;
}
</style>