#5CB14D

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

Shades of Apple #5CB14D

Tints of Apple #5CB14D

Color information

#5CB14D (or 0x5CB14D) is unknown color: approx Apple. HEX triplet: 5C, B1 and 4D. RGB value is (92,177,77). Sum of RGB (Red+Green+Blue) = 92+177+77=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB14D is #A34EB2. Grayscale: #8C8C8C. Windows color (decimal): -10702515 or 5091676. OLE color: 5091676.

HSL color Cylindrical-coordinate representation of color #5CB14D: hue angle of 111º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CB14D is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB9217777-
CMYK0.4800.560.31
HSL111º39.37%49.8%-
HSV(B)111º56.5%69.41%-
XYZ21.4834.2612.5-
YUV140.1892.3493.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.59%
GREEN value IS 177 (69.53% from 255) = 51.16%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=26.59%
G=51.16%
B=22.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92177770.4800.560.3111139.3749.8
Hex5CB14D300381F6f2732
Octal13426111560070371574762
Binary10111001011000110011011100000111000111111101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,177,77); }

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

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

 a { background-color: rgb(92,177,77); }

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

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

 span { border-color: rgb(92,177,77); }

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