Shades of Apple #74AF54
Tints of Apple #74AF54
RGB
CMYK
RGB Variations
Color information
#74AF54 (or 0x74AF54) is known color: Apple. HEX triplet: 74, AF and 54. RGB value is (116,175,84). Sum of RGB (Red+Green+Blue) = 116+175+84=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF54 is #8B50AB. Grayscale: #939393. Windows color (decimal): -9130156 or 5549940. OLE color: 5549940.
HSL color Cylindrical-coordinate representation of color #74AF54: hue angle of 98.9º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74AF54 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 84 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.31 |
| HSL | 98.9º | 0.36% | 0.51% | - |
| HSV(B) | 98.9º | 0.52% | 0.69% | - |
| XYZ | 24.13 | 35.01 | 13.87 | - |
| YUV | 146.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 84 | 0.34 | 0 | 0.52 | 0.31 | 98.9 | 0.36 | 0.51 |
| Hex | 74 | AF | 54 | 22 | 0 | 34 | 1F | 63 | 24 | 33 |
| Octal | 164 | 257 | 124 | 42 | 0 | 64 | 37 | 143 | 44 | 63 |
| Binary | 1110100 | 10101111 | 1010100 | 100010 | 0 | 110100 | 11111 | 1100011 | 100100 | 110011 |
Color Harmonies of #74AF54
Complementary color
Monochromatic Colors of #74AF54
Black with #74AF54
Text Example
Text Example
White with #74AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF54; }
p { color: rgb(116,175,84); }
H1.HeaderClassName
{
color: #74AF54;
}
.AnyTagClassName
{
color: #74AF54;
}
</style>
background-color css
<style>
a { background-color: #74AF54; }
a { background-color: rgb(116,175,84); }
div.DivClassName
{
background-color: #74AF54;
}
.BgClassName
{
background-color: #74AF54;
}
</style>
border-color css
<style>
span { border-color: #74AF54; }
span { border-color: rgb(116,175,84); }
td.TdClassName
{
border-color: #74AF54;
}
.TagClassName
{
border-color: #74AF54;
}
</style>