Shades of Apple #74B351
Tints of Apple #74B351
RGB
CMYK
RGB Variations
Color information
#74B351 (or 0x74B351) is known color: Apple. HEX triplet: 74, B3 and 51. RGB value is (116,179,81). Sum of RGB (Red+Green+Blue) = 116+179+81=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #74B351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B351 is #8B4CAE. Grayscale: #959595. Windows color (decimal): -9129135 or 5354356. OLE color: 5354356.
HSL color Cylindrical-coordinate representation of color #74B351: hue angle of 98.57º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74B351 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 81 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.30 |
| HSL | 98.57º | 0.39% | 0.51% | - |
| HSV(B) | 98.57º | 0.55% | 0.7% | - |
| XYZ | 24.81 | 36.55 | 13.53 | - |
| YUV | 148.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 81 | 0.35 | 0 | 0.55 | 0.30 | 98.57 | 0.39 | 0.51 |
| Hex | 74 | B3 | 51 | 23 | 0 | 37 | 1E | 63 | 27 | 33 |
| Octal | 164 | 263 | 121 | 43 | 0 | 67 | 36 | 143 | 47 | 63 |
| Binary | 1110100 | 10110011 | 1010001 | 100011 | 0 | 110111 | 11110 | 1100011 | 100111 | 110011 |
Color Harmonies of #74B351
Complementary color
Monochromatic Colors of #74B351
Black with #74B351
Text Example
Text Example
White with #74B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B351; }
p { color: rgb(116,179,81); }
H1.HeaderClassName
{
color: #74B351;
}
.AnyTagClassName
{
color: #74B351;
}
</style>
background-color css
<style>
a { background-color: #74B351; }
a { background-color: rgb(116,179,81); }
div.DivClassName
{
background-color: #74B351;
}
.BgClassName
{
background-color: #74B351;
}
</style>
border-color css
<style>
span { border-color: #74B351; }
span { border-color: rgb(116,179,81); }
td.TdClassName
{
border-color: #74B351;
}
.TagClassName
{
border-color: #74B351;
}
</style>