Shades of De York #74C57C
Tints of De York #74C57C
RGB
CMYK
RGB Variations
Color information
#74C57C (or 0x74C57C) is known color: De York. HEX triplet: 74, C5 and 7C. RGB value is (116,197,124). Sum of RGB (Red+Green+Blue) = 116+197+124=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #74C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C57C is #8B3A83. Grayscale: #A4A4A4. Windows color (decimal): -9124484 or 8177012. OLE color: 8177012.
HSL color Cylindrical-coordinate representation of color #74C57C: hue angle of 125.93º 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 #74C57C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 124 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.23 |
| HSL | 125.93º | 0.41% | 0.61% | - |
| HSV(B) | 125.93º | 0.41% | 0.77% | - |
| XYZ | 30.81 | 45.1 | 26.15 | - |
| YUV | 164.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 124 | 0.41 | 0 | 0.37 | 0.23 | 125.93 | 0.41 | 0.61 |
| Hex | 74 | C5 | 7C | 29 | 0 | 25 | 17 | 7E | 29 | 3D |
| Octal | 164 | 305 | 174 | 51 | 0 | 45 | 27 | 176 | 51 | 75 |
| Binary | 1110100 | 11000101 | 1111100 | 101001 | 0 | 100101 | 10111 | 1111110 | 101001 | 111101 |
Color Harmonies of #74C57C
Complementary color
Monochromatic Colors of #74C57C
Black with #74C57C
Text Example
Text Example
White with #74C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C57C; }
p { color: rgb(116,197,124); }
H1.HeaderClassName
{
color: #74C57C;
}
.AnyTagClassName
{
color: #74C57C;
}
</style>
background-color css
<style>
a { background-color: #74C57C; }
a { background-color: rgb(116,197,124); }
div.DivClassName
{
background-color: #74C57C;
}
.BgClassName
{
background-color: #74C57C;
}
</style>
border-color css
<style>
span { border-color: #74C57C; }
span { border-color: rgb(116,197,124); }
td.TdClassName
{
border-color: #74C57C;
}
.TagClassName
{
border-color: #74C57C;
}
</style>