Shades of Apple #74C741
Tints of Apple #74C741
RGB
CMYK
RGB Variations
Color information
#74C741 (or 0x74C741) is known color: Apple. HEX triplet: 74, C7 and 41. RGB value is (116,199,65). Sum of RGB (Red+Green+Blue) = 116+199+65=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #74C741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C741 is #8B38BE. Grayscale: #9F9F9F. Windows color (decimal): -9124031 or 4310900. OLE color: 4310900.
HSL color Cylindrical-coordinate representation of color #74C741: hue angle of 97.16º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74C741 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 65 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.22 |
| HSL | 97.16º | 0.54% | 0.52% | - |
| HSV(B) | 97.16º | 0.67% | 0.78% | - |
| XYZ | 28.58 | 44.94 | 12.17 | - |
| YUV | 158.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 65 | 0.42 | 0 | 0.67 | 0.22 | 97.16 | 0.54 | 0.52 |
| Hex | 74 | C7 | 41 | 2A | 0 | 43 | 16 | 61 | 36 | 34 |
| Octal | 164 | 307 | 101 | 52 | 0 | 103 | 26 | 141 | 66 | 64 |
| Binary | 1110100 | 11000111 | 1000001 | 101010 | 0 | 1000011 | 10110 | 1100001 | 110110 | 110100 |
Color Harmonies of #74C741
Complementary color
Monochromatic Colors of #74C741
Black with #74C741
Text Example
Text Example
White with #74C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C741; }
p { color: rgb(116,199,65); }
H1.HeaderClassName
{
color: #74C741;
}
.AnyTagClassName
{
color: #74C741;
}
</style>
background-color css
<style>
a { background-color: #74C741; }
a { background-color: rgb(116,199,65); }
div.DivClassName
{
background-color: #74C741;
}
.BgClassName
{
background-color: #74C741;
}
</style>
border-color css
<style>
span { border-color: #74C741; }
span { border-color: rgb(116,199,65); }
td.TdClassName
{
border-color: #74C741;
}
.TagClassName
{
border-color: #74C741;
}
</style>