Shades of Apple #74AF43
Tints of Apple #74AF43
RGB
CMYK
RGB Variations
Color information
#74AF43 (or 0x74AF43) is known color: Apple. HEX triplet: 74, AF and 43. RGB value is (116,175,67). Sum of RGB (Red+Green+Blue) = 116+175+67=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF43 is #8B50BC. Grayscale: #919191. Windows color (decimal): -9130173 or 4435828. OLE color: 4435828.
HSL color Cylindrical-coordinate representation of color #74AF43: hue angle of 92.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74AF43 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 67 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.31 |
| HSL | 92.78º | 0.45% | 0.47% | - |
| HSV(B) | 92.78º | 0.62% | 0.69% | - |
| XYZ | 23.55 | 34.78 | 10.78 | - |
| YUV | 145.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 67 | 0.34 | 0 | 0.62 | 0.31 | 92.78 | 0.45 | 0.47 |
| Hex | 74 | AF | 43 | 22 | 0 | 3E | 1F | 5D | 2D | 2F |
| Octal | 164 | 257 | 103 | 42 | 0 | 76 | 37 | 135 | 55 | 57 |
| Binary | 1110100 | 10101111 | 1000011 | 100010 | 0 | 111110 | 11111 | 1011101 | 101101 | 101111 |
Color Harmonies of #74AF43
Complementary color
Monochromatic Colors of #74AF43
Black with #74AF43
Text Example
Text Example
White with #74AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF43; }
p { color: rgb(116,175,67); }
H1.HeaderClassName
{
color: #74AF43;
}
.AnyTagClassName
{
color: #74AF43;
}
</style>
background-color css
<style>
a { background-color: #74AF43; }
a { background-color: rgb(116,175,67); }
div.DivClassName
{
background-color: #74AF43;
}
.BgClassName
{
background-color: #74AF43;
}
</style>
border-color css
<style>
span { border-color: #74AF43; }
span { border-color: rgb(116,175,67); }
td.TdClassName
{
border-color: #74AF43;
}
.TagClassName
{
border-color: #74AF43;
}
</style>