Shades of De York #74C579
Tints of De York #74C579
RGB
CMYK
RGB Variations
Color information
#74C579 (or 0x74C579) is known color: De York. HEX triplet: 74, C5 and 79. RGB value is (116,197,121). Sum of RGB (Red+Green+Blue) = 116+197+121=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #74C579 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C579 is #8B3A86. Grayscale: #A4A4A4. Windows color (decimal): -9124487 or 7980404. OLE color: 7980404.
HSL color Cylindrical-coordinate representation of color #74C579: hue angle of 123.7º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C579 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 121 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.23 |
| HSL | 123.7º | 0.41% | 0.61% | - |
| HSV(B) | 123.7º | 0.41% | 0.77% | - |
| XYZ | 30.62 | 45.03 | 25.17 | - |
| YUV | 164.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 121 | 0.41 | 0 | 0.39 | 0.23 | 123.7 | 0.41 | 0.61 |
| Hex | 74 | C5 | 79 | 29 | 0 | 27 | 17 | 7C | 29 | 3D |
| Octal | 164 | 305 | 171 | 51 | 0 | 47 | 27 | 174 | 51 | 75 |
| Binary | 1110100 | 11000101 | 1111001 | 101001 | 0 | 100111 | 10111 | 1111100 | 101001 | 111101 |
Color Harmonies of #74C579
Complementary color
Monochromatic Colors of #74C579
Black with #74C579
Text Example
Text Example
White with #74C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C579; }
p { color: rgb(116,197,121); }
H1.HeaderClassName
{
color: #74C579;
}
.AnyTagClassName
{
color: #74C579;
}
</style>
background-color css
<style>
a { background-color: #74C579; }
a { background-color: rgb(116,197,121); }
div.DivClassName
{
background-color: #74C579;
}
.BgClassName
{
background-color: #74C579;
}
</style>
border-color css
<style>
span { border-color: #74C579; }
span { border-color: rgb(116,197,121); }
td.TdClassName
{
border-color: #74C579;
}
.TagClassName
{
border-color: #74C579;
}
</style>