#5DC14A

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

Shades of Apple #5DC14A

Tints of Apple #5DC14A

Color information

#5DC14A (or 0x5DC14A) is unknown color: approx Apple. HEX triplet: 5D, C1 and 4A. RGB value is (93,193,74). Sum of RGB (Red+Green+Blue) = 93+193+74=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC14A is #A23EB5. Grayscale: #959595. Windows color (decimal): -10632886 or 4899165. OLE color: 4899165.

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

Color convert

RGB9319374-
CMYK0.5200.620.24
HSL110.42º48.97%52.35%-
HSV(B)110.42º61.66%75.69%-
XYZ24.8240.9613.08-
YUV149.5385.3787.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 193 (75.78% from 255) = 53.61%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=25.83%
G=53.61%
B=20.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93193740.5200.620.24110.4248.9752.35
Hex5DC14A3403E186e3134
Octal13530111264076301566164
Binary10111011100000110010101101000111110110001101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,193,74); }

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

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

 a { background-color: rgb(93,193,74); }

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

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

 span { border-color: rgb(93,193,74); }

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