Shades of Apple #74B553
Tints of Apple #74B553
RGB
CMYK
RGB Variations
Color information
#74B553 (or 0x74B553) is known color: Apple. HEX triplet: 74, B5 and 53. RGB value is (116,181,83). Sum of RGB (Red+Green+Blue) = 116+181+83=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #74B553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B553 is #8B4AAC. Grayscale: #969696. Windows color (decimal): -9128621 or 5485940. OLE color: 5485940.
HSL color Cylindrical-coordinate representation of color #74B553: hue angle of 99.8º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B553 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 83 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.29 |
| HSL | 99.8º | 0.4% | 0.52% | - |
| HSV(B) | 99.8º | 0.54% | 0.71% | - |
| XYZ | 25.29 | 37.39 | 14.07 | - |
| YUV | 150.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 83 | 0.36 | 0 | 0.54 | 0.29 | 99.8 | 0.4 | 0.52 |
| Hex | 74 | B5 | 53 | 24 | 0 | 36 | 1D | 64 | 28 | 34 |
| Octal | 164 | 265 | 123 | 44 | 0 | 66 | 35 | 144 | 50 | 64 |
| Binary | 1110100 | 10110101 | 1010011 | 100100 | 0 | 110110 | 11101 | 1100100 | 101000 | 110100 |
Color Harmonies of #74B553
Complementary color
Monochromatic Colors of #74B553
Black with #74B553
Text Example
Text Example
White with #74B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B553; }
p { color: rgb(116,181,83); }
H1.HeaderClassName
{
color: #74B553;
}
.AnyTagClassName
{
color: #74B553;
}
</style>
background-color css
<style>
a { background-color: #74B553; }
a { background-color: rgb(116,181,83); }
div.DivClassName
{
background-color: #74B553;
}
.BgClassName
{
background-color: #74B553;
}
</style>
border-color css
<style>
span { border-color: #74B553; }
span { border-color: rgb(116,181,83); }
td.TdClassName
{
border-color: #74B553;
}
.TagClassName
{
border-color: #74B553;
}
</style>