Shades of Apple #74BB41
Tints of Apple #74BB41
RGB
CMYK
RGB Variations
Color information
#74BB41 (or 0x74BB41) is known color: Apple. HEX triplet: 74, BB and 41. RGB value is (116,187,65). Sum of RGB (Red+Green+Blue) = 116+187+65=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB41 is #8B44BE. Grayscale: #989898. Windows color (decimal): -9127103 or 4307828. OLE color: 4307828.
HSL color Cylindrical-coordinate representation of color #74BB41: hue angle of 94.92º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74BB41 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 65 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.27 |
| HSL | 94.92º | 0.48% | 0.49% | - |
| HSV(B) | 94.92º | 0.65% | 0.73% | - |
| XYZ | 25.93 | 39.64 | 11.28 | - |
| YUV | 151.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 65 | 0.38 | 0 | 0.65 | 0.27 | 94.92 | 0.48 | 0.49 |
| Hex | 74 | BB | 41 | 26 | 0 | 41 | 1B | 5F | 30 | 31 |
| Octal | 164 | 273 | 101 | 46 | 0 | 101 | 33 | 137 | 60 | 61 |
| Binary | 1110100 | 10111011 | 1000001 | 100110 | 0 | 1000001 | 11011 | 1011111 | 110000 | 110001 |
Color Harmonies of #74BB41
Complementary color
Monochromatic Colors of #74BB41
Black with #74BB41
Text Example
Text Example
White with #74BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB41; }
p { color: rgb(116,187,65); }
H1.HeaderClassName
{
color: #74BB41;
}
.AnyTagClassName
{
color: #74BB41;
}
</style>
background-color css
<style>
a { background-color: #74BB41; }
a { background-color: rgb(116,187,65); }
div.DivClassName
{
background-color: #74BB41;
}
.BgClassName
{
background-color: #74BB41;
}
</style>
border-color css
<style>
span { border-color: #74BB41; }
span { border-color: rgb(116,187,65); }
td.TdClassName
{
border-color: #74BB41;
}
.TagClassName
{
border-color: #74BB41;
}
</style>