#5EC04B

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

Shades of Apple #5EC04B

Tints of Apple #5EC04B

Color information

#5EC04B (or 0x5EC04B) is unknown color: approx Apple. HEX triplet: 5E, C0 and 4B. RGB value is (94,192,75). Sum of RGB (Red+Green+Blue) = 94+192+75=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC04B is #A13FB4. Grayscale: #959595. Windows color (decimal): -10567605 or 4964446. OLE color: 4964446.

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

Color convert

RGB9419275-
CMYK0.5100.610.25
HSL110.26º48.15%52.35%-
HSV(B)110.26º60.94%75.29%-
XYZ24.7440.5913.19-
YUV149.3686.0388.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.04%
GREEN value IS 192 (75.39% from 255) = 53.19%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=26.04%
G=53.19%
B=20.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94192750.5100.610.25110.2648.1552.35
Hex5EC04B3303D196e3034
Octal13630011363075311566064
Binary10111101100000010010111100110111101110011101110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,192,75); }

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

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

 a { background-color: rgb(94,192,75); }

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

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

 span { border-color: rgb(94,192,75); }

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