Shades of Apple #74C034
Tints of Apple #74C034
RGB
CMYK
RGB Variations
Color information
#74C034 (or 0x74C034) is known color: Apple. HEX triplet: 74, C0 and 34. RGB value is (116,192,52). Sum of RGB (Red+Green+Blue) = 116+192+52=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #74C034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C034 is #8B3FCB. Grayscale: #999999. Windows color (decimal): -9125836 or 3457140. OLE color: 3457140.
HSL color Cylindrical-coordinate representation of color #74C034: hue angle of 92.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C034 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 52 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.25 |
| HSL | 92.57º | 0.57% | 0.48% | - |
| HSV(B) | 92.57º | 0.73% | 0.75% | - |
| XYZ | 26.67 | 41.66 | 9.88 | - |
| YUV | 153.32 | 70.82 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 52 | 0.40 | 0 | 0.73 | 0.25 | 92.57 | 0.57 | 0.48 |
| Hex | 74 | C0 | 34 | 28 | 0 | 49 | 19 | 5D | 39 | 30 |
| Octal | 164 | 300 | 64 | 50 | 0 | 111 | 31 | 135 | 71 | 60 |
| Binary | 1110100 | 11000000 | 110100 | 101000 | 0 | 1001001 | 11001 | 1011101 | 111001 | 110000 |
Color Harmonies of #74C034
Complementary color
Monochromatic Colors of #74C034
Black with #74C034
Text Example
Text Example
White with #74C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C034; }
p { color: rgb(116,192,52); }
H1.HeaderClassName
{
color: #74C034;
}
.AnyTagClassName
{
color: #74C034;
}
</style>
background-color css
<style>
a { background-color: #74C034; }
a { background-color: rgb(116,192,52); }
div.DivClassName
{
background-color: #74C034;
}
.BgClassName
{
background-color: #74C034;
}
</style>
border-color css
<style>
span { border-color: #74C034; }
span { border-color: rgb(116,192,52); }
td.TdClassName
{
border-color: #74C034;
}
.TagClassName
{
border-color: #74C034;
}
</style>