Shades of De York #74C47B
Tints of De York #74C47B
RGB
CMYK
RGB Variations
Color information
#74C47B (or 0x74C47B) is known color: De York. HEX triplet: 74, C4 and 7B. RGB value is (116,196,123). Sum of RGB (Red+Green+Blue) = 116+196+123=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #74C47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C47B is #8B3B84. Grayscale: #A3A3A3. Windows color (decimal): -9124741 or 8111220. OLE color: 8111220.
HSL color Cylindrical-coordinate representation of color #74C47B: hue angle of 125.25º 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 #74C47B is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 123 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.23 |
| HSL | 125.25º | 0.4% | 0.61% | - |
| HSV(B) | 125.25º | 0.41% | 0.77% | - |
| XYZ | 30.52 | 44.62 | 25.74 | - |
| YUV | 163.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 123 | 0.41 | 0 | 0.37 | 0.23 | 125.25 | 0.4 | 0.61 |
| Hex | 74 | C4 | 7B | 29 | 0 | 25 | 17 | 7D | 28 | 3D |
| Octal | 164 | 304 | 173 | 51 | 0 | 45 | 27 | 175 | 50 | 75 |
| Binary | 1110100 | 11000100 | 1111011 | 101001 | 0 | 100101 | 10111 | 1111101 | 101000 | 111101 |
Color Harmonies of #74C47B
Complementary color
Monochromatic Colors of #74C47B
Black with #74C47B
Text Example
Text Example
White with #74C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C47B; }
p { color: rgb(116,196,123); }
H1.HeaderClassName
{
color: #74C47B;
}
.AnyTagClassName
{
color: #74C47B;
}
</style>
background-color css
<style>
a { background-color: #74C47B; }
a { background-color: rgb(116,196,123); }
div.DivClassName
{
background-color: #74C47B;
}
.BgClassName
{
background-color: #74C47B;
}
</style>
border-color css
<style>
span { border-color: #74C47B; }
span { border-color: rgb(116,196,123); }
td.TdClassName
{
border-color: #74C47B;
}
.TagClassName
{
border-color: #74C47B;
}
</style>