Shades of Apple #74C538
Tints of Apple #74C538
RGB
CMYK
RGB Variations
Color information
#74C538 (or 0x74C538) is known color: Apple. HEX triplet: 74, C5 and 38. RGB value is (116,197,56). Sum of RGB (Red+Green+Blue) = 116+197+56=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #74C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C538 is #8B3AC7. Grayscale: #9D9D9D. Windows color (decimal): -9124552 or 3720564. OLE color: 3720564.
HSL color Cylindrical-coordinate representation of color #74C538: hue angle of 94.47º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74C538 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 56 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.23 |
| HSL | 94.47º | 0.56% | 0.5% | - |
| HSV(B) | 94.47º | 0.72% | 0.77% | - |
| XYZ | 27.88 | 43.93 | 10.75 | - |
| YUV | 156.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 56 | 0.41 | 0 | 0.72 | 0.23 | 94.47 | 0.56 | 0.5 |
| Hex | 74 | C5 | 38 | 29 | 0 | 48 | 17 | 5E | 38 | 32 |
| Octal | 164 | 305 | 70 | 51 | 0 | 110 | 27 | 136 | 70 | 62 |
| Binary | 1110100 | 11000101 | 111000 | 101001 | 0 | 1001000 | 10111 | 1011110 | 111000 | 110010 |
Color Harmonies of #74C538
Complementary color
Monochromatic Colors of #74C538
Black with #74C538
Text Example
Text Example
White with #74C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C538; }
p { color: rgb(116,197,56); }
H1.HeaderClassName
{
color: #74C538;
}
.AnyTagClassName
{
color: #74C538;
}
</style>
background-color css
<style>
a { background-color: #74C538; }
a { background-color: rgb(116,197,56); }
div.DivClassName
{
background-color: #74C538;
}
.BgClassName
{
background-color: #74C538;
}
</style>
border-color css
<style>
span { border-color: #74C538; }
span { border-color: rgb(116,197,56); }
td.TdClassName
{
border-color: #74C538;
}
.TagClassName
{
border-color: #74C538;
}
</style>