#5ECC4A

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

Shades of Apple #5ECC4A

Tints of Apple #5ECC4A

Color information

#5ECC4A (or 0x5ECC4A) is unknown color: approx Apple. HEX triplet: 5E, CC and 4A. RGB value is (94,204,74). Sum of RGB (Red+Green+Blue) = 94+204+74=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECC4A is #A133B5. Grayscale: #9C9C9C. Windows color (decimal): -10564534 or 4901982. OLE color: 4901982.

HSL color Cylindrical-coordinate representation of color #5ECC4A: hue angle of 110.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ECC4A is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB9420474-
CMYK0.5400.640.2
HSL110.77º56.03%54.51%-
HSV(B)110.77º63.73%80%-
XYZ27.4446.0613.92-
YUV156.2981.5683.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.27%
GREEN value IS 204 (80.08% from 255) = 54.84%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=25.27%
G=54.84%
B=19.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal94204740.5400.640.2110.7756.0354.51
Hex5ECC4A36040146f3837
Octal136314112660100241577067
Binary101111011001100100101011011001000000101001101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,204,74); }

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

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

 a { background-color: rgb(94,204,74); }

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

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

 span { border-color: rgb(94,204,74); }

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