#5FB340

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

Shades of Apple #5FB340

Tints of Apple #5FB340

Color information

#5FB340 (or 0x5FB340) is unknown color: approx Apple. HEX triplet: 5F, B3 and 40. RGB value is (95,179,64). Sum of RGB (Red+Green+Blue) = 95+179+64=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB340 is #A04CBF. Grayscale: #8D8D8D. Windows color (decimal): -10505408 or 4240223. OLE color: 4240223.

HSL color Cylindrical-coordinate representation of color #5FB340: hue angle of 103.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FB340 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB9517964-
CMYK0.4700.640.30
HSL103.83º47.33%47.65%-
HSV(B)103.83º64.25%70.2%-
XYZ21.7635.0410.47-
YUV140.7784.6795.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.11%
GREEN value IS 179 (70.31% from 255) = 52.96%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=28.11%
G=52.96%
B=18.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95179640.4700.640.30103.8347.3347.65
Hex5FB3402F0401E682f30
Octal137263100570100361505760
Binary101111110110011100000010111101000000111101101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,179,64); }

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

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

 a { background-color: rgb(95,179,64); }

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

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

 span { border-color: rgb(95,179,64); }

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