Shades of Apple #74B94E
Tints of Apple #74B94E
RGB
CMYK
RGB Variations
Color information
#74B94E (or 0x74B94E) is known color: Apple. HEX triplet: 74, B9 and 4E. RGB value is (116,185,78). Sum of RGB (Red+Green+Blue) = 116+185+78=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #74B94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B94E is #8B46B1. Grayscale: #989898. Windows color (decimal): -9127602 or 5159284. OLE color: 5159284.
HSL color Cylindrical-coordinate representation of color #74B94E: hue angle of 98.69º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74B94E is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 78 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.27 |
| HSL | 98.69º | 0.43% | 0.52% | - |
| HSV(B) | 98.69º | 0.58% | 0.73% | - |
| XYZ | 25.93 | 38.96 | 13.36 | - |
| YUV | 152.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 78 | 0.37 | 0 | 0.58 | 0.27 | 98.69 | 0.43 | 0.52 |
| Hex | 74 | B9 | 4E | 25 | 0 | 3A | 1B | 63 | 2B | 34 |
| Octal | 164 | 271 | 116 | 45 | 0 | 72 | 33 | 143 | 53 | 64 |
| Binary | 1110100 | 10111001 | 1001110 | 100101 | 0 | 111010 | 11011 | 1100011 | 101011 | 110100 |
Color Harmonies of #74B94E
Complementary color
Monochromatic Colors of #74B94E
Black with #74B94E
Text Example
Text Example
White with #74B94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B94E; }
p { color: rgb(116,185,78); }
H1.HeaderClassName
{
color: #74B94E;
}
.AnyTagClassName
{
color: #74B94E;
}
</style>
background-color css
<style>
a { background-color: #74B94E; }
a { background-color: rgb(116,185,78); }
div.DivClassName
{
background-color: #74B94E;
}
.BgClassName
{
background-color: #74B94E;
}
</style>
border-color css
<style>
span { border-color: #74B94E; }
span { border-color: rgb(116,185,78); }
td.TdClassName
{
border-color: #74B94E;
}
.TagClassName
{
border-color: #74B94E;
}
</style>