Shades of De York #74C47C
Tints of De York #74C47C
RGB
CMYK
RGB Variations
Color information
#74C47C (or 0x74C47C) is known color: De York. HEX triplet: 74, C4 and 7C. RGB value is (116,196,124). Sum of RGB (Red+Green+Blue) = 116+196+124=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #74C47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C47C is #8B3B83. Grayscale: #A4A4A4. Windows color (decimal): -9124740 or 8176756. OLE color: 8176756.
HSL color Cylindrical-coordinate representation of color #74C47C: hue angle of 126º degrees, saturation: 0.4, 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 #74C47C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 124 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.23 |
| HSL | 126º | 0.4% | 0.61% | - |
| HSV(B) | 126º | 0.41% | 0.77% | - |
| XYZ | 30.58 | 44.65 | 26.07 | - |
| YUV | 163.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 124 | 0.41 | 0 | 0.37 | 0.23 | 126 | 0.4 | 0.61 |
| Hex | 74 | C4 | 7C | 29 | 0 | 25 | 17 | 7E | 28 | 3D |
| Octal | 164 | 304 | 174 | 51 | 0 | 45 | 27 | 176 | 50 | 75 |
| Binary | 1110100 | 11000100 | 1111100 | 101001 | 0 | 100101 | 10111 | 1111110 | 101000 | 111101 |
Color Harmonies of #74C47C
Complementary color
Monochromatic Colors of #74C47C
Black with #74C47C
Text Example
Text Example
White with #74C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C47C; }
p { color: rgb(116,196,124); }
H1.HeaderClassName
{
color: #74C47C;
}
.AnyTagClassName
{
color: #74C47C;
}
</style>
background-color css
<style>
a { background-color: #74C47C; }
a { background-color: rgb(116,196,124); }
div.DivClassName
{
background-color: #74C47C;
}
.BgClassName
{
background-color: #74C47C;
}
</style>
border-color css
<style>
span { border-color: #74C47C; }
span { border-color: rgb(116,196,124); }
td.TdClassName
{
border-color: #74C47C;
}
.TagClassName
{
border-color: #74C47C;
}
</style>