Shades of Apple #74C536
Tints of Apple #74C536
RGB
CMYK
RGB Variations
Color information
#74C536 (or 0x74C536) is known color: Apple. HEX triplet: 74, C5 and 36. RGB value is (116,197,54). Sum of RGB (Red+Green+Blue) = 116+197+54=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #74C536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C536 is #8B3AC9. Grayscale: #9C9C9C. Windows color (decimal): -9124554 or 3589492. OLE color: 3589492.
HSL color Cylindrical-coordinate representation of color #74C536: hue angle of 93.99º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C536 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 54 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.23 |
| HSL | 93.99º | 0.57% | 0.49% | - |
| HSV(B) | 93.99º | 0.73% | 0.77% | - |
| XYZ | 27.83 | 43.91 | 10.5 | - |
| YUV | 156.48 | 70.16 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 54 | 0.41 | 0 | 0.73 | 0.23 | 93.99 | 0.57 | 0.49 |
| Hex | 74 | C5 | 36 | 29 | 0 | 49 | 17 | 5E | 39 | 31 |
| Octal | 164 | 305 | 66 | 51 | 0 | 111 | 27 | 136 | 71 | 61 |
| Binary | 1110100 | 11000101 | 110110 | 101001 | 0 | 1001001 | 10111 | 1011110 | 111001 | 110001 |
Color Harmonies of #74C536
Complementary color
Monochromatic Colors of #74C536
Black with #74C536
Text Example
Text Example
White with #74C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C536; }
p { color: rgb(116,197,54); }
H1.HeaderClassName
{
color: #74C536;
}
.AnyTagClassName
{
color: #74C536;
}
</style>
background-color css
<style>
a { background-color: #74C536; }
a { background-color: rgb(116,197,54); }
div.DivClassName
{
background-color: #74C536;
}
.BgClassName
{
background-color: #74C536;
}
</style>
border-color css
<style>
span { border-color: #74C536; }
span { border-color: rgb(116,197,54); }
td.TdClassName
{
border-color: #74C536;
}
.TagClassName
{
border-color: #74C536;
}
</style>