#5ECF3E

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

Shades of Apple #5ECF3E

Tints of Apple #5ECF3E

Color information

#5ECF3E (or 0x5ECF3E) is unknown color: approx Apple. HEX triplet: 5E, CF and 3E. RGB value is (94,207,62). Sum of RGB (Red+Green+Blue) = 94+207+62=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECF3E is #A130C1. Grayscale: #9D9D9D. Windows color (decimal): -10563778 or 4116318. OLE color: 4116318.

HSL color Cylindrical-coordinate representation of color #5ECF3E: hue angle of 106.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5ECF3E is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB9420762-
CMYK0.5500.700.19
HSL106.76º60.17%52.75%-
HSV(B)106.76º70.05%81.18%-
XYZ27.847.3512.23-
YUV156.6874.5683.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.90%
GREEN value IS 207 (81.25% from 255) = 57.02%
BLUE value IS 62 (24.61% from 255) = 17.08%
R=25.90%
G=57.02%
B=17.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94207620.5500.700.19106.7660.1752.75
Hex5ECF3E37046136b3c35
Octal13631776670106231537465
Binary10111101100111111111011011101000110100111101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,207,62); }

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

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

 a { background-color: rgb(94,207,62); }

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

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

 span { border-color: rgb(94,207,62); }

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