Shades of De York #74C678
Tints of De York #74C678
RGB
CMYK
RGB Variations
Color information
#74C678 (or 0x74C678) is known color: De York. HEX triplet: 74, C6 and 78. RGB value is (116,198,120). Sum of RGB (Red+Green+Blue) = 116+198+120=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #74C678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C678 is #8B3987. Grayscale: #A4A4A4. Windows color (decimal): -9124232 or 7915124. OLE color: 7915124.
HSL color Cylindrical-coordinate representation of color #74C678: hue angle of 122.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C678 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 120 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.22 |
| HSL | 122.93º | 0.42% | 0.62% | - |
| HSV(B) | 122.93º | 0.41% | 0.78% | - |
| XYZ | 30.79 | 45.46 | 24.92 | - |
| YUV | 164.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 120 | 0.41 | 0 | 0.39 | 0.22 | 122.93 | 0.42 | 0.62 |
| Hex | 74 | C6 | 78 | 29 | 0 | 27 | 16 | 7B | 2A | 3E |
| Octal | 164 | 306 | 170 | 51 | 0 | 47 | 26 | 173 | 52 | 76 |
| Binary | 1110100 | 11000110 | 1111000 | 101001 | 0 | 100111 | 10110 | 1111011 | 101010 | 111110 |
Color Harmonies of #74C678
Complementary color
Monochromatic Colors of #74C678
Black with #74C678
Text Example
Text Example
White with #74C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C678; }
p { color: rgb(116,198,120); }
H1.HeaderClassName
{
color: #74C678;
}
.AnyTagClassName
{
color: #74C678;
}
</style>
background-color css
<style>
a { background-color: #74C678; }
a { background-color: rgb(116,198,120); }
div.DivClassName
{
background-color: #74C678;
}
.BgClassName
{
background-color: #74C678;
}
</style>
border-color css
<style>
span { border-color: #74C678; }
span { border-color: rgb(116,198,120); }
td.TdClassName
{
border-color: #74C678;
}
.TagClassName
{
border-color: #74C678;
}
</style>