Shades of Apple #74C234
Tints of Apple #74C234
RGB
CMYK
RGB Variations
Color information
#74C234 (or 0x74C234) is known color: Apple. HEX triplet: 74, C2 and 34. RGB value is (116,194,52). Sum of RGB (Red+Green+Blue) = 116+194+52=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #74C234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C234 is #8B3DCB. Grayscale: #9A9A9A. Windows color (decimal): -9125324 or 3457652. OLE color: 3457652.
HSL color Cylindrical-coordinate representation of color #74C234: hue angle of 92.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C234 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 52 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.24 |
| HSL | 92.96º | 0.58% | 0.48% | - |
| HSV(B) | 92.96º | 0.73% | 0.76% | - |
| XYZ | 27.11 | 42.54 | 10.03 | - |
| YUV | 154.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 52 | 0.40 | 0 | 0.73 | 0.24 | 92.96 | 0.58 | 0.48 |
| Hex | 74 | C2 | 34 | 28 | 0 | 49 | 18 | 5D | 3A | 30 |
| Octal | 164 | 302 | 64 | 50 | 0 | 111 | 30 | 135 | 72 | 60 |
| Binary | 1110100 | 11000010 | 110100 | 101000 | 0 | 1001001 | 11000 | 1011101 | 111010 | 110000 |
Color Harmonies of #74C234
Complementary color
Monochromatic Colors of #74C234
Black with #74C234
Text Example
Text Example
White with #74C234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C234; }
p { color: rgb(116,194,52); }
H1.HeaderClassName
{
color: #74C234;
}
.AnyTagClassName
{
color: #74C234;
}
</style>
background-color css
<style>
a { background-color: #74C234; }
a { background-color: rgb(116,194,52); }
div.DivClassName
{
background-color: #74C234;
}
.BgClassName
{
background-color: #74C234;
}
</style>
border-color css
<style>
span { border-color: #74C234; }
span { border-color: rgb(116,194,52); }
td.TdClassName
{
border-color: #74C234;
}
.TagClassName
{
border-color: #74C234;
}
</style>