Shades of Apple #74B74F
Tints of Apple #74B74F
RGB
CMYK
RGB Variations
Color information
#74B74F (or 0x74B74F) is known color: Apple. HEX triplet: 74, B7 and 4F. RGB value is (116,183,79). Sum of RGB (Red+Green+Blue) = 116+183+79=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #74B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B74F is #8B48B0. Grayscale: #979797. Windows color (decimal): -9128113 or 5224308. OLE color: 5224308.
HSL color Cylindrical-coordinate representation of color #74B74F: hue angle of 98.65º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74B74F is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 79 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.28 |
| HSL | 98.65º | 0.42% | 0.51% | - |
| HSV(B) | 98.65º | 0.57% | 0.72% | - |
| XYZ | 25.55 | 38.14 | 13.41 | - |
| YUV | 151.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 79 | 0.37 | 0 | 0.57 | 0.28 | 98.65 | 0.42 | 0.51 |
| Hex | 74 | B7 | 4F | 25 | 0 | 39 | 1C | 63 | 2A | 33 |
| Octal | 164 | 267 | 117 | 45 | 0 | 71 | 34 | 143 | 52 | 63 |
| Binary | 1110100 | 10110111 | 1001111 | 100101 | 0 | 111001 | 11100 | 1100011 | 101010 | 110011 |
Color Harmonies of #74B74F
Complementary color
Monochromatic Colors of #74B74F
Black with #74B74F
Text Example
Text Example
White with #74B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B74F; }
p { color: rgb(116,183,79); }
H1.HeaderClassName
{
color: #74B74F;
}
.AnyTagClassName
{
color: #74B74F;
}
</style>
background-color css
<style>
a { background-color: #74B74F; }
a { background-color: rgb(116,183,79); }
div.DivClassName
{
background-color: #74B74F;
}
.BgClassName
{
background-color: #74B74F;
}
</style>
border-color css
<style>
span { border-color: #74B74F; }
span { border-color: rgb(116,183,79); }
td.TdClassName
{
border-color: #74B74F;
}
.TagClassName
{
border-color: #74B74F;
}
</style>