Shades of De York #74C97F
Tints of De York #74C97F
RGB
CMYK
RGB Variations
Color information
#74C97F (or 0x74C97F) is known color: De York. HEX triplet: 74, C9 and 7F. RGB value is (116,201,127). Sum of RGB (Red+Green+Blue) = 116+201+127=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #74C97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C97F is #8B3680. Grayscale: #A7A7A7. Windows color (decimal): -9123457 or 8374644. OLE color: 8374644.
HSL color Cylindrical-coordinate representation of color #74C97F: hue angle of 127.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C97F is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 127 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.21 |
| HSL | 127.76º | 0.44% | 0.62% | - |
| HSV(B) | 127.76º | 0.42% | 0.79% | - |
| XYZ | 31.92 | 47.02 | 27.47 | - |
| YUV | 167.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 127 | 0.42 | 0 | 0.37 | 0.21 | 127.76 | 0.44 | 0.62 |
| Hex | 74 | C9 | 7F | 2A | 0 | 25 | 15 | 80 | 2C | 3E |
| Octal | 164 | 311 | 177 | 52 | 0 | 45 | 25 | 200 | 54 | 76 |
| Binary | 1110100 | 11001001 | 1111111 | 101010 | 0 | 100101 | 10101 | 10000000 | 101100 | 111110 |
Color Harmonies of #74C97F
Complementary color
Monochromatic Colors of #74C97F
Black with #74C97F
Text Example
Text Example
White with #74C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C97F; }
p { color: rgb(116,201,127); }
H1.HeaderClassName
{
color: #74C97F;
}
.AnyTagClassName
{
color: #74C97F;
}
</style>
background-color css
<style>
a { background-color: #74C97F; }
a { background-color: rgb(116,201,127); }
div.DivClassName
{
background-color: #74C97F;
}
.BgClassName
{
background-color: #74C97F;
}
</style>
border-color css
<style>
span { border-color: #74C97F; }
span { border-color: rgb(116,201,127); }
td.TdClassName
{
border-color: #74C97F;
}
.TagClassName
{
border-color: #74C97F;
}
</style>