Shades of Apple #74AF41
Tints of Apple #74AF41
RGB
CMYK
RGB Variations
Color information
#74AF41 (or 0x74AF41) is known color: Apple. HEX triplet: 74, AF and 41. RGB value is (116,175,65). Sum of RGB (Red+Green+Blue) = 116+175+65=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF41 is #8B50BE. Grayscale: #919191. Windows color (decimal): -9130175 or 4304756. OLE color: 4304756.
HSL color Cylindrical-coordinate representation of color #74AF41: hue angle of 92.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74AF41 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 65 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.31 |
| HSL | 92.18º | 0.46% | 0.47% | - |
| HSV(B) | 92.18º | 0.63% | 0.69% | - |
| XYZ | 23.49 | 34.75 | 10.47 | - |
| YUV | 144.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 65 | 0.34 | 0 | 0.63 | 0.31 | 92.18 | 0.46 | 0.47 |
| Hex | 74 | AF | 41 | 22 | 0 | 3F | 1F | 5C | 2E | 2F |
| Octal | 164 | 257 | 101 | 42 | 0 | 77 | 37 | 134 | 56 | 57 |
| Binary | 1110100 | 10101111 | 1000001 | 100010 | 0 | 111111 | 11111 | 1011100 | 101110 | 101111 |
Color Harmonies of #74AF41
Complementary color
Monochromatic Colors of #74AF41
Black with #74AF41
Text Example
Text Example
White with #74AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF41; }
p { color: rgb(116,175,65); }
H1.HeaderClassName
{
color: #74AF41;
}
.AnyTagClassName
{
color: #74AF41;
}
</style>
background-color css
<style>
a { background-color: #74AF41; }
a { background-color: rgb(116,175,65); }
div.DivClassName
{
background-color: #74AF41;
}
.BgClassName
{
background-color: #74AF41;
}
</style>
border-color css
<style>
span { border-color: #74AF41; }
span { border-color: rgb(116,175,65); }
td.TdClassName
{
border-color: #74AF41;
}
.TagClassName
{
border-color: #74AF41;
}
</style>