#5FAA35

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

Shades of Apple #5FAA35

Tints of Apple #5FAA35

Color information

#5FAA35 (or 0x5FAA35) is unknown color: approx Apple. HEX triplet: 5F, AA and 35. RGB value is (95,170,53). Sum of RGB (Red+Green+Blue) = 95+170+53=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA35 is #A055CA. Grayscale: #868686. Windows color (decimal): -10507723 or 3517023. OLE color: 3517023.

HSL color Cylindrical-coordinate representation of color #5FAA35: hue angle of 98.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FAA35 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB9517053-
CMYK0.4400.690.33
HSL98.46º52.47%43.73%-
HSV(B)98.46º68.82%66.67%-
XYZ19.7431.448.4-
YUV134.2482.15100.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 170 (66.80% from 255) = 53.46%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=29.87%
G=53.46%
B=16.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170530.4400.690.3398.4652.4743.73
Hex5FAA352C0452162342c
Octal13725265540105411426454
Binary101111110101010110101101100010001011000011100010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,53); }

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

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

 a { background-color: rgb(95,170,53); }

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

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

 span { border-color: rgb(95,170,53); }

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