#5ECD31

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

Shades of Apple #5ECD31

Tints of Apple #5ECD31

Color information

#5ECD31 (or 0x5ECD31) is unknown color: approx Apple. HEX triplet: 5E, CD and 31. RGB value is (94,205,49). Sum of RGB (Red+Green+Blue) = 94+205+49=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECD31 is #A132CE. Grayscale: #9A9A9A. Windows color (decimal): -10564303 or 3263838. OLE color: 3263838.

HSL color Cylindrical-coordinate representation of color #5ECD31: hue angle of 102.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5ECD31 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB9420549-
CMYK0.5400.760.20
HSL102.69º61.42%49.8%-
HSV(B)102.69º76.1%80.39%-
XYZ2746.2610.41-
YUV154.0368.7385.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 205 (80.47% from 255) = 58.91%
BLUE value IS 49 (19.53% from 255) = 14.08%
R=27.01%
G=58.91%
B=14.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94205490.5400.760.20102.6961.4249.8
Hex5ECD313604C14673d32
Octal13631561660114241477562
Binary10111101100110111000111011001001100101001100111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,205,49); }

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

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

 a { background-color: rgb(94,205,49); }

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

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

 span { border-color: rgb(94,205,49); }

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