#5FA74D

Color #5FA74D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5FA74D

Tints of Apple #5FA74D

Color information

#5FA74D (or 0x5FA74D) is unknown color: approx Apple. HEX triplet: 5F, A7 and 4D. RGB value is (95,167,77). Sum of RGB (Red+Green+Blue) = 95+167+77=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA74D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA74D is #A058B2. Grayscale: #878787. Windows color (decimal): -10508467 or 5089119. OLE color: 5089119.

HSL color Cylindrical-coordinate representation of color #5FA74D: hue angle of 108º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FA74D is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB9516777-
CMYK0.4300.540.35
HSL108º36.89%47.84%-
HSV(B)108º53.89%65.49%-
XYZ19.8830.6111.88-
YUV135.2195.1599.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 28.02%
GREEN value IS 167 (65.62% from 255) = 49.26%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=28.02%
G=49.26%
B=22.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95167770.4300.540.3510836.8947.84
Hex5FA74D2B036236c2530
Octal13724711553066431544560
Binary101111110100111100110110101101101101000111101100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA74D; }

 p { color: rgb(95,167,77); }

 H1.HeaderClassName
 {
   color: #5FA74D;
 }
 .AnyTagClassName
 {
   color: #5FA74D;
 }
</style>
background-color css

<style>
 a { background-color: #5FA74D; }

 a { background-color: rgb(95,167,77); }

 div.DivClassName
 {
   background-color: #5FA74D;
 }
 .BgClassName
 {
   background-color: #5FA74D;
 }
</style>
border-color css

<style>
 span { border-color: #5FA74D; }

 span { border-color: rgb(95,167,77); }

 td.TdClassName
 {
   border-color: #5FA74D;
 }
 .TagClassName
 {
   border-color: #5FA74D;
 }
</style>