Shades of De York #74C57F
Tints of De York #74C57F
RGB
CMYK
RGB Variations
Color information
#74C57F (or 0x74C57F) is known color: De York. HEX triplet: 74, C5 and 7F. RGB value is (116,197,127). Sum of RGB (Red+Green+Blue) = 116+197+127=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #74C57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C57F is #8B3A80. Grayscale: #A4A4A4. Windows color (decimal): -9124481 or 8373620. OLE color: 8373620.
HSL color Cylindrical-coordinate representation of color #74C57F: hue angle of 128.15º 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 #74C57F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 127 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.23 |
| HSL | 128.15º | 0.41% | 0.61% | - |
| HSV(B) | 128.15º | 0.41% | 0.77% | - |
| XYZ | 31 | 45.18 | 27.17 | - |
| YUV | 164.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 127 | 0.41 | 0 | 0.36 | 0.23 | 128.15 | 0.41 | 0.61 |
| Hex | 74 | C5 | 7F | 29 | 0 | 24 | 17 | 80 | 29 | 3D |
| Octal | 164 | 305 | 177 | 51 | 0 | 44 | 27 | 200 | 51 | 75 |
| Binary | 1110100 | 11000101 | 1111111 | 101001 | 0 | 100100 | 10111 | 10000000 | 101001 | 111101 |
Color Harmonies of #74C57F
Complementary color
Monochromatic Colors of #74C57F
Black with #74C57F
Text Example
Text Example
White with #74C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C57F; }
p { color: rgb(116,197,127); }
H1.HeaderClassName
{
color: #74C57F;
}
.AnyTagClassName
{
color: #74C57F;
}
</style>
background-color css
<style>
a { background-color: #74C57F; }
a { background-color: rgb(116,197,127); }
div.DivClassName
{
background-color: #74C57F;
}
.BgClassName
{
background-color: #74C57F;
}
</style>
border-color css
<style>
span { border-color: #74C57F; }
span { border-color: rgb(116,197,127); }
td.TdClassName
{
border-color: #74C57F;
}
.TagClassName
{
border-color: #74C57F;
}
</style>