Shades of De York #74C07F
Tints of De York #74C07F
RGB
CMYK
RGB Variations
Color information
#74C07F (or 0x74C07F) is known color: De York. HEX triplet: 74, C0 and 7F. RGB value is (116,192,127). Sum of RGB (Red+Green+Blue) = 116+192+127=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #74C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C07F is #8B3F80. Grayscale: #A2A2A2. Windows color (decimal): -9125761 or 8372340. OLE color: 8372340.
HSL color Cylindrical-coordinate representation of color #74C07F: hue angle of 128.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C07F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 127 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.25 |
| HSL | 128.68º | 0.38% | 0.6% | - |
| HSV(B) | 128.68º | 0.4% | 0.75% | - |
| XYZ | 29.88 | 42.94 | 26.79 | - |
| YUV | 161.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 127 | 0.40 | 0 | 0.34 | 0.25 | 128.68 | 0.38 | 0.6 |
| Hex | 74 | C0 | 7F | 28 | 0 | 22 | 19 | 81 | 26 | 3C |
| Octal | 164 | 300 | 177 | 50 | 0 | 42 | 31 | 201 | 46 | 74 |
| Binary | 1110100 | 11000000 | 1111111 | 101000 | 0 | 100010 | 11001 | 10000001 | 100110 | 111100 |
Color Harmonies of #74C07F
Complementary color
Monochromatic Colors of #74C07F
Black with #74C07F
Text Example
Text Example
White with #74C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C07F; }
p { color: rgb(116,192,127); }
H1.HeaderClassName
{
color: #74C07F;
}
.AnyTagClassName
{
color: #74C07F;
}
</style>
background-color css
<style>
a { background-color: #74C07F; }
a { background-color: rgb(116,192,127); }
div.DivClassName
{
background-color: #74C07F;
}
.BgClassName
{
background-color: #74C07F;
}
</style>
border-color css
<style>
span { border-color: #74C07F; }
span { border-color: rgb(116,192,127); }
td.TdClassName
{
border-color: #74C07F;
}
.TagClassName
{
border-color: #74C07F;
}
</style>