Shades of Apple #74BA42
Tints of Apple #74BA42
RGB
CMYK
RGB Variations
Color information
#74BA42 (or 0x74BA42) is known color: Apple. HEX triplet: 74, BA and 42. RGB value is (116,186,66). Sum of RGB (Red+Green+Blue) = 116+186+66=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA42 is #8B45BD. Grayscale: #979797. Windows color (decimal): -9127358 or 4373108. OLE color: 4373108.
HSL color Cylindrical-coordinate representation of color #74BA42: hue angle of 95º 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 #74BA42 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 66 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.27 |
| HSL | 95º | 0.48% | 0.49% | - |
| HSV(B) | 95º | 0.65% | 0.73% | - |
| XYZ | 25.74 | 39.22 | 11.37 | - |
| YUV | 151.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 66 | 0.38 | 0 | 0.65 | 0.27 | 95 | 0.48 | 0.49 |
| Hex | 74 | BA | 42 | 26 | 0 | 41 | 1B | 5F | 30 | 31 |
| Octal | 164 | 272 | 102 | 46 | 0 | 101 | 33 | 137 | 60 | 61 |
| Binary | 1110100 | 10111010 | 1000010 | 100110 | 0 | 1000001 | 11011 | 1011111 | 110000 | 110001 |
Color Harmonies of #74BA42
Complementary color
Monochromatic Colors of #74BA42
Black with #74BA42
Text Example
Text Example
White with #74BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA42; }
p { color: rgb(116,186,66); }
H1.HeaderClassName
{
color: #74BA42;
}
.AnyTagClassName
{
color: #74BA42;
}
</style>
background-color css
<style>
a { background-color: #74BA42; }
a { background-color: rgb(116,186,66); }
div.DivClassName
{
background-color: #74BA42;
}
.BgClassName
{
background-color: #74BA42;
}
</style>
border-color css
<style>
span { border-color: #74BA42; }
span { border-color: rgb(116,186,66); }
td.TdClassName
{
border-color: #74BA42;
}
.TagClassName
{
border-color: #74BA42;
}
</style>