Shades of De York #74C17E
Tints of De York #74C17E
RGB
CMYK
RGB Variations
Color information
#74C17E (or 0x74C17E) is known color: De York. HEX triplet: 74, C1 and 7E. RGB value is (116,193,126). Sum of RGB (Red+Green+Blue) = 116+193+126=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #74C17E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C17E is #8B3E81. Grayscale: #A2A2A2. Windows color (decimal): -9125506 or 8307060. OLE color: 8307060.
HSL color Cylindrical-coordinate representation of color #74C17E: hue angle of 127.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C17E is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 126 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.24 |
| HSL | 127.79º | 0.38% | 0.61% | - |
| HSV(B) | 127.79º | 0.4% | 0.76% | - |
| XYZ | 30.04 | 43.36 | 26.52 | - |
| YUV | 162.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 126 | 0.40 | 0 | 0.35 | 0.24 | 127.79 | 0.38 | 0.61 |
| Hex | 74 | C1 | 7E | 28 | 0 | 23 | 18 | 80 | 26 | 3D |
| Octal | 164 | 301 | 176 | 50 | 0 | 43 | 30 | 200 | 46 | 75 |
| Binary | 1110100 | 11000001 | 1111110 | 101000 | 0 | 100011 | 11000 | 10000000 | 100110 | 111101 |
Color Harmonies of #74C17E
Complementary color
Monochromatic Colors of #74C17E
Black with #74C17E
Text Example
Text Example
White with #74C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C17E; }
p { color: rgb(116,193,126); }
H1.HeaderClassName
{
color: #74C17E;
}
.AnyTagClassName
{
color: #74C17E;
}
</style>
background-color css
<style>
a { background-color: #74C17E; }
a { background-color: rgb(116,193,126); }
div.DivClassName
{
background-color: #74C17E;
}
.BgClassName
{
background-color: #74C17E;
}
</style>
border-color css
<style>
span { border-color: #74C17E; }
span { border-color: rgb(116,193,126); }
td.TdClassName
{
border-color: #74C17E;
}
.TagClassName
{
border-color: #74C17E;
}
</style>