Shades of Apple #74C13A
Tints of Apple #74C13A
RGB
CMYK
RGB Variations
Color information
#74C13A (or 0x74C13A) is known color: Apple. HEX triplet: 74, C1 and 3A. RGB value is (116,193,58). Sum of RGB (Red+Green+Blue) = 116+193+58=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #74C13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C13A is #8B3EC5. Grayscale: #9B9B9B. Windows color (decimal): -9125574 or 3850612. OLE color: 3850612.
HSL color Cylindrical-coordinate representation of color #74C13A: hue angle of 94.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74C13A is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 58 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.24 |
| HSL | 94.22º | 0.54% | 0.49% | - |
| HSV(B) | 94.22º | 0.7% | 0.76% | - |
| XYZ | 27.04 | 42.16 | 10.72 | - |
| YUV | 154.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 58 | 0.40 | 0 | 0.70 | 0.24 | 94.22 | 0.54 | 0.49 |
| Hex | 74 | C1 | 3A | 28 | 0 | 46 | 18 | 5E | 36 | 31 |
| Octal | 164 | 301 | 72 | 50 | 0 | 106 | 30 | 136 | 66 | 61 |
| Binary | 1110100 | 11000001 | 111010 | 101000 | 0 | 1000110 | 11000 | 1011110 | 110110 | 110001 |
Color Harmonies of #74C13A
Complementary color
Monochromatic Colors of #74C13A
Black with #74C13A
Text Example
Text Example
White with #74C13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C13A; }
p { color: rgb(116,193,58); }
H1.HeaderClassName
{
color: #74C13A;
}
.AnyTagClassName
{
color: #74C13A;
}
</style>
background-color css
<style>
a { background-color: #74C13A; }
a { background-color: rgb(116,193,58); }
div.DivClassName
{
background-color: #74C13A;
}
.BgClassName
{
background-color: #74C13A;
}
</style>
border-color css
<style>
span { border-color: #74C13A; }
span { border-color: rgb(116,193,58); }
td.TdClassName
{
border-color: #74C13A;
}
.TagClassName
{
border-color: #74C13A;
}
</style>