Shades of De York #74C679
Tints of De York #74C679
RGB
CMYK
RGB Variations
Color information
#74C679 (or 0x74C679) is known color: De York. HEX triplet: 74, C6 and 79. RGB value is (116,198,121). Sum of RGB (Red+Green+Blue) = 116+198+121=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #74C679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C679 is #8B3986. Grayscale: #A4A4A4. Windows color (decimal): -9124231 or 7980660. OLE color: 7980660.
HSL color Cylindrical-coordinate representation of color #74C679: hue angle of 123.66º 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 #74C679 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 121 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.22 |
| HSL | 123.66º | 0.42% | 0.62% | - |
| HSV(B) | 123.66º | 0.41% | 0.78% | - |
| XYZ | 30.85 | 45.48 | 25.24 | - |
| YUV | 164.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 121 | 0.41 | 0 | 0.39 | 0.22 | 123.66 | 0.42 | 0.62 |
| Hex | 74 | C6 | 79 | 29 | 0 | 27 | 16 | 7C | 2A | 3E |
| Octal | 164 | 306 | 171 | 51 | 0 | 47 | 26 | 174 | 52 | 76 |
| Binary | 1110100 | 11000110 | 1111001 | 101001 | 0 | 100111 | 10110 | 1111100 | 101010 | 111110 |
Color Harmonies of #74C679
Complementary color
Monochromatic Colors of #74C679
Black with #74C679
Text Example
Text Example
White with #74C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C679; }
p { color: rgb(116,198,121); }
H1.HeaderClassName
{
color: #74C679;
}
.AnyTagClassName
{
color: #74C679;
}
</style>
background-color css
<style>
a { background-color: #74C679; }
a { background-color: rgb(116,198,121); }
div.DivClassName
{
background-color: #74C679;
}
.BgClassName
{
background-color: #74C679;
}
</style>
border-color css
<style>
span { border-color: #74C679; }
span { border-color: rgb(116,198,121); }
td.TdClassName
{
border-color: #74C679;
}
.TagClassName
{
border-color: #74C679;
}
</style>