Shades of Apple #74B54E
Tints of Apple #74B54E
RGB
CMYK
RGB Variations
Color information
#74B54E (or 0x74B54E) is known color: Apple. HEX triplet: 74, B5 and 4E. RGB value is (116,181,78). Sum of RGB (Red+Green+Blue) = 116+181+78=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #74B54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B54E is #8B4AB1. Grayscale: #969696. Windows color (decimal): -9128626 or 5158260. OLE color: 5158260.
HSL color Cylindrical-coordinate representation of color #74B54E: hue angle of 97.86º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74B54E is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 78 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.29 |
| HSL | 97.86º | 0.41% | 0.51% | - |
| HSV(B) | 97.86º | 0.57% | 0.71% | - |
| XYZ | 25.1 | 37.31 | 13.09 | - |
| YUV | 149.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 78 | 0.36 | 0 | 0.57 | 0.29 | 97.86 | 0.41 | 0.51 |
| Hex | 74 | B5 | 4E | 24 | 0 | 39 | 1D | 62 | 29 | 33 |
| Octal | 164 | 265 | 116 | 44 | 0 | 71 | 35 | 142 | 51 | 63 |
| Binary | 1110100 | 10110101 | 1001110 | 100100 | 0 | 111001 | 11101 | 1100010 | 101001 | 110011 |
Color Harmonies of #74B54E
Complementary color
Monochromatic Colors of #74B54E
Black with #74B54E
Text Example
Text Example
White with #74B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B54E; }
p { color: rgb(116,181,78); }
H1.HeaderClassName
{
color: #74B54E;
}
.AnyTagClassName
{
color: #74B54E;
}
</style>
background-color css
<style>
a { background-color: #74B54E; }
a { background-color: rgb(116,181,78); }
div.DivClassName
{
background-color: #74B54E;
}
.BgClassName
{
background-color: #74B54E;
}
</style>
border-color css
<style>
span { border-color: #74B54E; }
span { border-color: rgb(116,181,78); }
td.TdClassName
{
border-color: #74B54E;
}
.TagClassName
{
border-color: #74B54E;
}
</style>