Shades of Apple #74C245
Tints of Apple #74C245
RGB
CMYK
RGB Variations
Color information
#74C245 (or 0x74C245) is known color: Apple. HEX triplet: 74, C2 and 45. RGB value is (116,194,69). Sum of RGB (Red+Green+Blue) = 116+194+69=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #74C245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C245 is #8B3DBA. Grayscale: #9C9C9C. Windows color (decimal): -9125307 or 4571764. OLE color: 4571764.
HSL color Cylindrical-coordinate representation of color #74C245: hue angle of 97.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74C245 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 69 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.24 |
| HSL | 97.44º | 0.51% | 0.52% | - |
| HSV(B) | 97.44º | 0.64% | 0.76% | - |
| XYZ | 27.57 | 42.73 | 12.42 | - |
| YUV | 156.43 | 78.66 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 69 | 0.40 | 0 | 0.64 | 0.24 | 97.44 | 0.51 | 0.52 |
| Hex | 74 | C2 | 45 | 28 | 0 | 40 | 18 | 61 | 33 | 34 |
| Octal | 164 | 302 | 105 | 50 | 0 | 100 | 30 | 141 | 63 | 64 |
| Binary | 1110100 | 11000010 | 1000101 | 101000 | 0 | 1000000 | 11000 | 1100001 | 110011 | 110100 |
Color Harmonies of #74C245
Complementary color
Monochromatic Colors of #74C245
Black with #74C245
Text Example
Text Example
White with #74C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C245; }
p { color: rgb(116,194,69); }
H1.HeaderClassName
{
color: #74C245;
}
.AnyTagClassName
{
color: #74C245;
}
</style>
background-color css
<style>
a { background-color: #74C245; }
a { background-color: rgb(116,194,69); }
div.DivClassName
{
background-color: #74C245;
}
.BgClassName
{
background-color: #74C245;
}
</style>
border-color css
<style>
span { border-color: #74C245; }
span { border-color: rgb(116,194,69); }
td.TdClassName
{
border-color: #74C245;
}
.TagClassName
{
border-color: #74C245;
}
</style>