Shades of Apple #74BC41
Tints of Apple #74BC41
RGB
CMYK
RGB Variations
Color information
#74BC41 (or 0x74BC41) is known color: Apple. HEX triplet: 74, BC and 41. RGB value is (116,188,65). Sum of RGB (Red+Green+Blue) = 116+188+65=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC41 is #8B43BE. Grayscale: #989898. Windows color (decimal): -9126847 or 4308084. OLE color: 4308084.
HSL color Cylindrical-coordinate representation of color #74BC41: hue angle of 95.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74BC41 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 65 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.26 |
| HSL | 95.12º | 0.49% | 0.5% | - |
| HSV(B) | 95.12º | 0.65% | 0.74% | - |
| XYZ | 26.14 | 40.06 | 11.36 | - |
| YUV | 152.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 65 | 0.38 | 0 | 0.65 | 0.26 | 95.12 | 0.49 | 0.5 |
| Hex | 74 | BC | 41 | 26 | 0 | 41 | 1A | 5F | 31 | 32 |
| Octal | 164 | 274 | 101 | 46 | 0 | 101 | 32 | 137 | 61 | 62 |
| Binary | 1110100 | 10111100 | 1000001 | 100110 | 0 | 1000001 | 11010 | 1011111 | 110001 | 110010 |
Color Harmonies of #74BC41
Complementary color
Monochromatic Colors of #74BC41
Black with #74BC41
Text Example
Text Example
White with #74BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC41; }
p { color: rgb(116,188,65); }
H1.HeaderClassName
{
color: #74BC41;
}
.AnyTagClassName
{
color: #74BC41;
}
</style>
background-color css
<style>
a { background-color: #74BC41; }
a { background-color: rgb(116,188,65); }
div.DivClassName
{
background-color: #74BC41;
}
.BgClassName
{
background-color: #74BC41;
}
</style>
border-color css
<style>
span { border-color: #74BC41; }
span { border-color: rgb(116,188,65); }
td.TdClassName
{
border-color: #74BC41;
}
.TagClassName
{
border-color: #74BC41;
}
</style>