#5ECA3C

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

Shades of Apple #5ECA3C

Tints of Apple #5ECA3C

Color information

#5ECA3C (or 0x5ECA3C) is unknown color: approx Apple. HEX triplet: 5E, CA and 3C. RGB value is (94,202,60). Sum of RGB (Red+Green+Blue) = 94+202+60=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECA3C is #A135C3. Grayscale: #999999. Windows color (decimal): -10565060 or 3983966. OLE color: 3983966.

HSL color Cylindrical-coordinate representation of color #5ECA3C: hue angle of 105.63º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5ECA3C is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB9420260-
CMYK0.5300.700.21
HSL105.63º57.26%51.37%-
HSV(B)105.63º70.3%79.22%-
XYZ26.5544.9511.55-
YUV153.5275.2285.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=26.40%
G=56.74%
B=16.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94202600.5300.700.21105.6357.2651.37
Hex5ECA3C35046156a3933
Octal13631274650106251527163
Binary10111101100101011110011010101000110101011101010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,202,60); }

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

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

 a { background-color: rgb(94,202,60); }

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

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

 span { border-color: rgb(94,202,60); }

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