Shades of Apple #74D736
Tints of Apple #74D736
RGB
CMYK
RGB Variations
Color information
#74D736 (or 0x74D736) is known color: Apple. HEX triplet: 74, D7 and 36. RGB value is (116,215,54). Sum of RGB (Red+Green+Blue) = 116+215+54=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #74D736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D736 is #8B28C9. Grayscale: #A7A7A7. Windows color (decimal): -9119946 or 3594100. OLE color: 3594100.
HSL color Cylindrical-coordinate representation of color #74D736: hue angle of 96.89º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74D736 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 54 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.16 |
| HSL | 96.89º | 0.67% | 0.53% | - |
| HSV(B) | 96.89º | 0.75% | 0.84% | - |
| XYZ | 32.17 | 52.58 | 11.94 | - |
| YUV | 167.05 | 64.2 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 54 | 0.46 | 0 | 0.75 | 0.16 | 96.89 | 0.67 | 0.53 |
| Hex | 74 | D7 | 36 | 2E | 0 | 4B | 10 | 61 | 43 | 35 |
| Octal | 164 | 327 | 66 | 56 | 0 | 113 | 20 | 141 | 103 | 65 |
| Binary | 1110100 | 11010111 | 110110 | 101110 | 0 | 1001011 | 10000 | 1100001 | 1000011 | 110101 |
Color Harmonies of #74D736
Complementary color
Monochromatic Colors of #74D736
Black with #74D736
Text Example
Text Example
White with #74D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D736; }
p { color: rgb(116,215,54); }
H1.HeaderClassName
{
color: #74D736;
}
.AnyTagClassName
{
color: #74D736;
}
</style>
background-color css
<style>
a { background-color: #74D736; }
a { background-color: rgb(116,215,54); }
div.DivClassName
{
background-color: #74D736;
}
.BgClassName
{
background-color: #74D736;
}
</style>
border-color css
<style>
span { border-color: #74D736; }
span { border-color: rgb(116,215,54); }
td.TdClassName
{
border-color: #74D736;
}
.TagClassName
{
border-color: #74D736;
}
</style>