#5FC541

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

Shades of Apple #5FC541

Tints of Apple #5FC541

Color information

#5FC541 (or 0x5FC541) is unknown color: approx Apple. HEX triplet: 5F, C5 and 41. RGB value is (95,197,65). Sum of RGB (Red+Green+Blue) = 95+197+65=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC541 is #A03ABE. Grayscale: #979797. Windows color (decimal): -10500799 or 4310367. OLE color: 4310367.

HSL color Cylindrical-coordinate representation of color #5FC541: hue angle of 106.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FC541 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB9519765-
CMYK0.5200.670.23
HSL106.36º53.23%51.37%-
HSV(B)106.36º67.01%77.25%-
XYZ25.6442.7511.9-
YUV151.4579.2187.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 197 (77.34% from 255) = 55.18%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=26.61%
G=55.18%
B=18.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal95197650.5200.670.23106.3653.2351.37
Hex5FC54134043176a3533
Octal137305101640103271526563
Binary101111111000101100000111010001000011101111101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,197,65); }

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

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

 a { background-color: rgb(95,197,65); }

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

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

 span { border-color: rgb(95,197,65); }

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