Shades of Apple #74C546
Tints of Apple #74C546
RGB
CMYK
RGB Variations
Color information
#74C546 (or 0x74C546) is known color: Apple. HEX triplet: 74, C5 and 46. RGB value is (116,197,70). Sum of RGB (Red+Green+Blue) = 116+197+70=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #74C546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C546 is #8B3AB9. Grayscale: #9E9E9E. Windows color (decimal): -9124538 or 4638068. OLE color: 4638068.
HSL color Cylindrical-coordinate representation of color #74C546: hue angle of 98.27º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74C546 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 70 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.23 |
| HSL | 98.27º | 0.52% | 0.52% | - |
| HSV(B) | 98.27º | 0.64% | 0.77% | - |
| XYZ | 28.27 | 44.09 | 12.81 | - |
| YUV | 158.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 70 | 0.41 | 0 | 0.64 | 0.23 | 98.27 | 0.52 | 0.52 |
| Hex | 74 | C5 | 46 | 29 | 0 | 40 | 17 | 62 | 34 | 34 |
| Octal | 164 | 305 | 106 | 51 | 0 | 100 | 27 | 142 | 64 | 64 |
| Binary | 1110100 | 11000101 | 1000110 | 101001 | 0 | 1000000 | 10111 | 1100010 | 110100 | 110100 |
Color Harmonies of #74C546
Complementary color
Monochromatic Colors of #74C546
Black with #74C546
Text Example
Text Example
White with #74C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C546; }
p { color: rgb(116,197,70); }
H1.HeaderClassName
{
color: #74C546;
}
.AnyTagClassName
{
color: #74C546;
}
</style>
background-color css
<style>
a { background-color: #74C546; }
a { background-color: rgb(116,197,70); }
div.DivClassName
{
background-color: #74C546;
}
.BgClassName
{
background-color: #74C546;
}
</style>
border-color css
<style>
span { border-color: #74C546; }
span { border-color: rgb(116,197,70); }
td.TdClassName
{
border-color: #74C546;
}
.TagClassName
{
border-color: #74C546;
}
</style>