#5FC54D

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

Shades of Apple #5FC54D

Tints of Apple #5FC54D

Color information

#5FC54D (or 0x5FC54D) is unknown color: approx Apple. HEX triplet: 5F, C5 and 4D. RGB value is (95,197,77). Sum of RGB (Red+Green+Blue) = 95+197+77=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC54D is #A03AB2. Grayscale: #999999. Windows color (decimal): -10500787 or 5096799. OLE color: 5096799.

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

Color convert

RGB9519777-
CMYK0.5200.610.23
HSL111º50.85%53.73%-
HSV(B)111º60.91%77.25%-
XYZ26.0342.913.93-
YUV152.8285.2186.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 197 (77.34% from 255) = 53.39%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=25.75%
G=53.39%
B=20.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal95197770.5200.610.2311150.8553.73
Hex5FC54D3403D176f3336
Octal13730511564075271576366
Binary10111111100010110011011101000111101101111101111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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