#5EC130

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

Shades of Apple #5EC130

Tints of Apple #5EC130

Color information

#5EC130 (or 0x5EC130) is unknown color: approx Apple. HEX triplet: 5E, C1 and 30. RGB value is (94,193,48). Sum of RGB (Red+Green+Blue) = 94+193+48=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC130 is #A13ECF. Grayscale: #939393. Windows color (decimal): -10567376 or 3195230. OLE color: 3195230.

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

Color convert

RGB9419348-
CMYK0.5100.750.24
HSL100.97º60.17%47.25%-
HSV(B)100.97º75.13%75.69%-
XYZ24.2240.739.38-
YUV146.8772.290.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 193 (75.78% from 255) = 57.61%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=28.06%
G=57.61%
B=14.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94193480.5100.750.24100.9760.1747.25
Hex5EC1303304B18653c2f
Octal13630160630113301457457
Binary10111101100000111000011001101001011110001100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,193,48); }

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

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

 a { background-color: rgb(94,193,48); }

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

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

 span { border-color: rgb(94,193,48); }

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