Shades of Apple #74C241
Tints of Apple #74C241
RGB
CMYK
RGB Variations
Color information
#74C241 (or 0x74C241) is known color: Apple. HEX triplet: 74, C2 and 41. RGB value is (116,194,65). Sum of RGB (Red+Green+Blue) = 116+194+65=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #74C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C241 is #8B3DBE. Grayscale: #9C9C9C. Windows color (decimal): -9125311 or 4309620. OLE color: 4309620.
HSL color Cylindrical-coordinate representation of color #74C241: hue angle of 96.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74C241 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 65 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.24 |
| HSL | 96.28º | 0.51% | 0.51% | - |
| HSV(B) | 96.28º | 0.66% | 0.76% | - |
| XYZ | 27.45 | 42.68 | 11.79 | - |
| YUV | 155.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 65 | 0.40 | 0 | 0.66 | 0.24 | 96.28 | 0.51 | 0.51 |
| Hex | 74 | C2 | 41 | 28 | 0 | 42 | 18 | 60 | 33 | 33 |
| Octal | 164 | 302 | 101 | 50 | 0 | 102 | 30 | 140 | 63 | 63 |
| Binary | 1110100 | 11000010 | 1000001 | 101000 | 0 | 1000010 | 11000 | 1100000 | 110011 | 110011 |
Color Harmonies of #74C241
Complementary color
Monochromatic Colors of #74C241
Black with #74C241
Text Example
Text Example
White with #74C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C241; }
p { color: rgb(116,194,65); }
H1.HeaderClassName
{
color: #74C241;
}
.AnyTagClassName
{
color: #74C241;
}
</style>
background-color css
<style>
a { background-color: #74C241; }
a { background-color: rgb(116,194,65); }
div.DivClassName
{
background-color: #74C241;
}
.BgClassName
{
background-color: #74C241;
}
</style>
border-color css
<style>
span { border-color: #74C241; }
span { border-color: rgb(116,194,65); }
td.TdClassName
{
border-color: #74C241;
}
.TagClassName
{
border-color: #74C241;
}
</style>