#5FC145

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

Shades of Apple #5FC145

Tints of Apple #5FC145

Color information

#5FC145 (or 0x5FC145) is unknown color: approx Apple. HEX triplet: 5F, C1 and 45. RGB value is (95,193,69). Sum of RGB (Red+Green+Blue) = 95+193+69=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC145 is #A03EBA. Grayscale: #959595. Windows color (decimal): -10501819 or 4571487. OLE color: 4571487.

HSL color Cylindrical-coordinate representation of color #5FC145: hue angle of 107.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FC145 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB9519369-
CMYK0.5100.640.24
HSL107.42º50%51.37%-
HSV(B)107.42º64.25%75.69%-
XYZ24.864112.23-
YUV149.5682.5389.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=26.61%
G=54.06%
B=19.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95193690.5100.640.24107.425051.37
Hex5FC14533040186b3233
Octal137301105630100301536263
Binary101111111000001100010111001101000000110001101011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,193,69); }

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

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

 a { background-color: rgb(95,193,69); }

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

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

 span { border-color: rgb(95,193,69); }

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